{% extends "usethesource/base.html" %} {% block title %}Use The Source - Software Freedom Conservancy{% endblock %} {% block content %} {{ block.super }}
View the candidates Submit a candidate

Software Freedom Conservancy works for your right to repair and modify the software on your devices. Use The Source shows you how we evaluate the source code candidates companies must provide for GPLed software. Join us as we highlight common issues in source candidates, and what companies need to do to fix them. Check out the options below, or subscribe to our mailing list to participate in the public discussion on these candidates.

Submit a Candidate

One crucial way to get involved is to let us know about any source candidates you find! Many devices have an offer for source code (check the manual or device's user interface to find it) and we'd be very interested to know what they send you when you request it. Here are the steps to submit a new source candidate to list on this page:

  1. find a source candidate offered by a company - normally this is offered to you in the manual or user interface of your device, through a link or email address (the company's GitHub page is not canonical, unless they explicitly say so in this offer)
  2. upload the source candidate to us - write down the file name(s) you uploaded for the next step (can be multiple), and upload a firmware image if you have it and are ok with us publishing it
  3. email us at compliance@sfconservancy.org with the following details:
    Subject: candidate to add: [brand/model]

    manufacturer/brand of device:
    model number of device:
    version number of software on device (if applicable):
    filename(s) of source candidate:
    filename(s) of firmware image (if applicable):
    how the firmware image was acquired (if applicable): [direct from device? download page URL?]
    text of the offer for source (usually required): [write it out, or attach a screenshot/picture]
    where the source or offer for source was found: [manual in box? CD? web page adjacent to firmware download?]
  4. wait 😀 we will respond and/or post your candidate here, within about 7 days (potentially longer until March 2024, due to a grace period offered to companies who contact us)

There are many other ways you can help, regardless of whether you're a developer or not - see our Help Defend Software Freedom and Rights page for details!

Source Candidates List

To join the public discussion of these candidates, please subscribe to our ccs-review mailing list. We re-post especially notable email replies from this community mailing list in the candidate comments, alongside SFC and other official Use The Source comments on each candidate's page linked below.

{% for candidate in candidates %}

{{ candidate.name }}

Released {{ candidate.release_date }}

{{ candidate.description|urlize|linebreaksbr}}

See moreā€¦

{% endfor %}
{% endblock content %}