Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

mesa-dot-dev/mesafs

Repository files navigation

This repo is now archived and future development is closed source

mesafs

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.

Quick Start

Install from GitHub Releases, then:

mesafs run

mesafs 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  # macOS

Hit Ctrl+C to stop.

Documentation

For full documentation visit: docs.mesa.dev

Packages

 
 
 

Contributors