- Nix support: Added
flake.nix,nix/package.nix, andnix/module.nixfor building and running as a NixOS service. Enablesservices.framework-control.enable = truein NixOS configurations. Work in progress toward a nixpkgs submission. - Removed bearer token auth: Write endpoints no longer require a bearer token. Security relies on CORS + loopback-only binding (
127.0.0.1), which covers the actual threat model. Simplifies setup across all platforms — no token configuration needed.