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

Software Freedom Conservancy is a nonprofit organization that advocates for ethical technology for the public good. Our mission is to ensure the rights of consumers (software users) to repair and reinstall their purchased software. We carry out this work this by promoting and defending users' rights the following ways: 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.

Special message

Special message here special message here special message here special message here special message here.

More information

Additional links / call-outs here, if needed

News

{% for pressr in press_releases|slice:":5" %} {% if forloop.first or pressr.pub_date|date_within_past_days:365 %} {% if not forloop.first %}
{% endif %} {% 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 %}

Term of the week

Ability to inspect the exact software running on a device. This includes version information, modifications and licensing information.

Visit our glossary of terms

Subscribe to our email list

RSS feed

Follow us

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