This repo is now archived and future development is closed source
Mount Mesa repositories as read-only local directories without cloning.
mesafs is a FUSE-based virtual filesystem ideal for agents, CI pipelines, and
large monorepos where a full clone is impractical. Supports macOS and Linux.
Alpha Software - mesafs is early-stage. If you run into issues, please open an issue.
Install from GitHub Releases, then:
mesafs runmesafs generates a default config and creates a mount directory automatically.
Browse any public GitHub repo:
ls /run/user/$(id -u)/mesafs/mnt/github/daytonaio/daytona # Linux
ls ~/Library/Application\ Support/mesafs/mnt/github/daytonaio/daytona # macOSHit Ctrl+C to stop.
For full documentation visit: docs.mesa.dev