4 releases

0.1.3 Dec 17, 2023
0.1.2 Dec 15, 2023
0.1.1 Dec 15, 2023
0.1.0 Dec 15, 2023

#533 in Hardware support

Download history 2/week @ 2024-03-20 59/week @ 2024-03-27 4/week @ 2024-04-03

65 downloads per month

MIT license

84KB
313 lines

Icon

Startup Disk

Startup Disk provides a simple interface to choose the startup volume on Apple Silicon Macs running Asahi Linux.

Screenshot

Status

Basic functionality is implemented and works. While Startup Disk should be safe in normal operation, error checking is minimal to nonexistent. In particular, races and corruption are possible if multiple writers attempt to access the NVRAM at the same time -- do not run multiple copies of Startup Disk at the same time, and do not run Startup Disk concurrently with asahi-bless, asahi-nvram or other tools that access the NVRAM. If something goes very wrong, you might have to perform a DFU restore.

Contributing

I'm mostly writing this as an excuse to teach myself Rust. While I'm striving to follow best practices, this is likely not the codebase you want to use for inspiration, at least at this stage.

Contributions and feedback via issues and MRs are always appreciated. Please follow the GNOME Code of Conduct when participating in project spaces.

License

Startup Disk is MIT licensed. See the LICENSE file for the full text of the license.

Credits

Startup Disk is a GUI around asahi-bless implemented with gtk-rs and libadwaita-rs. See the Cargo manifest for additional dependencies that Startup Disk relies on.

The application icon is a derived work of the Adwaita hard disk icon and the GNOME Settings icon; it was created using Inkscape and App Icon Preview; the latter was also used to create the Devel variant.

Dependencies

~22MB
~504K SLoC