System76 Driver
October 14, 2025 ยท View on GitHub
This program installs drivers and provides restore functionality for System76 machines.
Open Activities button on the top left or use the Ubuntu/Pop!_OS/Super key and search for 'system76' then click the icon and enter your password to open the application.
Making changes
- Checkout new branch
- Make changes
- Bump the version in
system76driver/__init__.py - Update
debian/changelogusing debchange - Make a pull request
Making a release
- Pull the latest changes for
master - Create a signed tag using the version as the name
- Push the tag
git checkout master
git pull
git tag -s <VERSION>
git push origin tag <VERSION>
License
This software is made available under the terms of the GNU General Public License; either version 2 of the License, or (at your option) any later version. See LICENSE for details.