Quickstart & Installation
mncode is a single standalone binary compiled in Go with zero external dependencies. Install with a single command on macOS, Linux, or Windows.
1One-Line Universal Install
curl -fsSL https://raw.githubusercontent.com/mncuchiinhuttt/mncode/main/install.sh | sh
irm https://raw.githubusercontent.com/mncuchiinhuttt/mncode/main/install.ps1 | iex
2First Launch & Project Workspace
Navigate to any codebase directory and start mncode. The CLI will automatically detect your project tech stack and initialize local settings in ~/.mncode/.
cd ~/projects/my-awesome-app mncode