The Road Ahead
Where Mere Linux is headed and how to follow along
Recent content on 🌱 Mere Linux
Live Last read · last published · next check
Where Mere Linux is headed and how to follow along
What if your lockfile and your package list were the same file?
Status update and new package manager announcement
mere is a package manager for Mere Linux that combines ideas from Nix — content-addressed storage, immutable packages, atomic upgrades and rollbacks — with the simplicity of traditional Unix conventions. This page walks through the main concepts and shows what they look like in practice. The Store Every package lives in /mere/store under a path derived from the hash of its contents. Because…