The official website for mux — a fast, lightweight, and open-source C/C++ project manager built in Rust.
- Next.js 16 with App Router
- React 19
- Tailwind CSS v4
- TypeScript
bun install
bun run devOpen http://localhost:3000 to view the site.
The site serves install scripts for the mux CLI:
- Linux/macOS:
curl -fsSL https://themux.dev/install.sh | sh - Windows:
irm https://themux.dev/install.ps1 | iex