A cross-platform package manager where you control the permissions. Design doc — seeking contributors.
0
stars
5
commits
Sep 10, 2026
updated
You control the length. One system, any platform.
A cross-platform (Linux + Windows) package manager where the user is the security policy author, not the packager. Apps start with zero permissions. When they need something, a local LLM reads the actual code and explains it in plain English. You grant or deny, with conditions. An admin sets a hard ceiling.
Status: Design complete. Seeking technical co-lead and initial contributors.
Every current package manager (Flatpak, Snap, .deb, MSI) has the same flaw: the packager decides your security policy, not you. 41.7% of Flatpak apps have policies broad enough to defeat their own sandbox.¹
apt install.DESIGN.md — 26 pages. Architecture, threat model, roadmap, funding strategy, open questions.
A technical co-lead (Rust/C++, kernel-adjacent: seccomp, Landlock, eBPF, bubblewrap, AppContainer) and a small team. The implementation is all known technology. The design is the new part.
See CONTRIBUTING.md for how to get involved.
¹ Dunlap, T., et al. "A Study of Application Sandbox Policies in Linux." SACMAT '22, 2022.
5 commits
A cross-platform package manager where you control the permissions. Design doc — seeking contributors.
0
stars
5
commits
Sep 10, 2026
updated
You control the length. One system, any platform.
A cross-platform (Linux + Windows) package manager where the user is the security policy author, not the packager. Apps start with zero permissions. When they need something, a local LLM reads the actual code and explains it in plain English. You grant or deny, with conditions. An admin sets a hard ceiling.
Status: Design complete. Seeking technical co-lead and initial contributors.
Every current package manager (Flatpak, Snap, .deb, MSI) has the same flaw: the packager decides your security policy, not you. 41.7% of Flatpak apps have policies broad enough to defeat their own sandbox.¹
apt install.DESIGN.md — 26 pages. Architecture, threat model, roadmap, funding strategy, open questions.
A technical co-lead (Rust/C++, kernel-adjacent: seccomp, Landlock, eBPF, bubblewrap, AppContainer) and a small team. The implementation is all known technology. The design is the new part.
See CONTRIBUTING.md for how to get involved.
¹ Dunlap, T., et al. "A Study of Application Sandbox Policies in Linux." SACMAT '22, 2022.
5 commits