{% 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.

Vizio Lawsuit

Software Freedom Conservancy has filed a Motion for Remand in our lawsuit against Vizio for their flagrant GPL & LGPL violations

More information

News

{% for pressr in press_releases|slice:":4" %} {% 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

right-to-repair software

The ability to repair the software on your device in the same way you can repair the physical aspects of your tools. Software Freedom Conservancy asserts that this right is overlooked and needs additional legal protections (as the FTC has agreed with) to protect consumers. Software Freedom Conservancy focuses specifically on the right to software repair; other great organizations like the Repair Association focus on the right to hardware repair. The two rights go hand-in-hand in our modern world where nearly all electronic devices also have small computers inside them.

Visit our glossary of terms

Subscribe to our email list


RSS feed

Follow us

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