{% extends "base_conservancy.html" %} {% load date_within %} {% load static %} {% block category %}Home{% endblock %} {% block head %} {% endblock %} {% block content %}

Software Freedom Conservancy is a nonprofit organization centered around ethical technology. Our mission is to ensure the right to repair, improve and reinstall software. We promote and defend these rights through fostering free and open source software (FOSS) projects, driving initiatives that actively make technology more inclusive, and advancing policy strategies that defend FOSS (such as copyleft). Learn more.

Thanks Donors; we earned the match!

SFC's annual fundraiser had a record $161,729 match fund. In literally the final hour before the match expired, we raised the last $358 remaining and an additional $1,942! Thank you to those who donated, and you can still support SFC by becoming a Sustainer now. Please support the work we do to for software rights and digital freedom!

SFC Year in Review

News

{% for pressr in press_releases|slice:":4" %} {% if forloop.first %} {% include "news/pressrelease_partial.html" with pressr=pressr show="summary" only %} {% else %} {% include "news/pressrelease_partial.html" with pressr=pressr show="dateline" only %} {% endif %} {% endfor %}

Articles

{% for entry in blog|slice:":5" %} {% if forloop.first or entry.pub_date|date_within_past_days:180 %} {% if not forloop.first %}
{% endif %} {% include "blog/entry_partial.html" with entry=entry show="dateline" only %} {% endif %} {% endfor %}

Featured Term

amicus curiae

“Amicus curiae” literally means “friend of the court” and is what you call someone who isn’t a party to the case but,because of their strong interest or expertise in the subject matter of the case, has information or argument that the court would find useful in reaching a decision.

Visit our glossary of terms

Subscribe to our email list


RSS feed

Follow us

{% include 'socials_partial.html' %}
{% endblock %}