Choose your flavor. Both are 100% free, no account required.
monec.exe
Portable single-file executable. Run it anywhere, no installation needed. ~11 MB
Download .exeMonec_Setup.exe
Full installer with desktop shortcuts, file associations, and auto-update checks. ~4 MB
Download InstallerOther platforms coming soon. For now, Monec is available on Windows (x64). · Check all releases on GitHub.
Built with the world's best web tooling
A focused, complete environment for HTML/CSS/JS projects that loads instantly and stays out of the way.
The same engine that powers VS Code — syntax highlighting, autocomplete, multi-cursor, bracket matching, all included.
See your changes update in real time. Switch between desktop, tablet, and mobile breakpoints. Adjustable zoom from 25% to 200%.
Every console.log, error, and warning is captured and filtered by level — with badges for counts.
Hand-crafted palettes — Black, Purple, Ocean, Forest, Nord, and Light. Each one tuned for long, focused coding sessions.
A 500ms debounce plus Ctrl+S to force a save. Dirty files show a dot indicator. Every file lives in a safe local folder.
Authenticate with a Personal Access Token. Create a repo and push your project in two clicks. Token stays on disk.
Hit Ctrl+Shift+F to find anything across every file in the active project.
Fuzzy search every file or every command. Press Ctrl+P for files, prefix with > for commands.
Snippet repositories that live alongside your projects. Use them for component templates, icon sets, and reusable CSS.
Six distinct personalities, all hot-swappable.
Black
Default dark
Purple
Rich violet
Ocean
Deep blue
Forest
Natural green
Nord
Arctic blue
Light
Clean white
Cold start to project edit
Installer size (Windows)
Your files stay on your disk
Accounts, telemetry, paywalls
Turn a Figma export into a live site without leaving your editor.
Throw together micro-demos, CodePens, and animation tests in seconds.
Give students one tool that runs everywhere, with zero setup.
Monaco brings the same IntelliSense, multi-cursor, and snippet expansion you expect from a professional editor. Monec adds the bits you'll actually use: command palette, fuzzy-open files, status bar, and a console that captures everything your code spits out.
// ship in one click async function ship() { await monec.commit("feat: new homepage"); await monec.push(); return monec.celebrate(); }
In your operating system's standard application data directory — on Windows that's %APPDATA%/com.monec.app. Plain text files, always under your control.
No. Everything works offline. The only network feature is optional GitHub push, which only fires when you click the button.
You provide a Personal Access Token with repo scope. We create the repo (or push to an existing one), commit your files, and push. The token stays on disk and is used via a one-shot credential helper so it never ends up in shell history.
Yes. No paywalls, no subscriptions, no telemetry. Use it however you want.
Loading releases from GitHub…