Select your architecture (64-bit or 32-bit) and click Download for Windows to fetch the standalone installer (.exe). (macOS and Linux versions are coming soon).
Open the downloaded installer file and follow the on-screen instructions to complete the installation.
On the welcome screen, click Open Folder and select your project's root folder.
M0X CoderX will instantly scan and index your codebase. Build output folders and package files (node_modules, target, dist, .git) are automatically excluded from indexing to keep memory footprint and lookup times minimal.
Left Sidebar (File Explorer): Browse and manage your project folders and files. Click any file to open it in a tab.
Center Panel (Monaco Editor): A robust multi-tab editor for writing code, supporting standard VS Code hotkeys and auto-completion.
Right Panel (AI Agent Chat): Your workspace companion where you chat with the model, view reasoning streams, and approve file edits.
Bottom Panel (PTY Terminal): A fully integrated terminal shell (Powershell/CMD on Windows, Zsh/Bash on macOS/Linux) for compiling, running, and testing code.
Before submitting a prompt, select your preferred interaction profile:
ASK: The AI has read-only access. It can explain code and answer questions but cannot edit files or run shell commands.
EDIT: The AI can write code and run commands, but must pause and request manual confirmation before every action.
AGENT: The AI works autonomously to solve complex tasks. It executes consecutive tool calls automatically up to a set safety limit (default: 25 steps).
In EDIT mode, the agent presents its tool calls inside the chat feed for your feedback:
Review Code Diffs: CoderX displays a Visual Diff Card showing a side-by-side comparison of green additions and red deletions.
Review Shell Commands: The exact terminal script is displayed before execution.
Select Action:
Approve (Checkmark): Applies the code changes / runs the terminal script and resumes the agent loop.
Reject (Cross): Discards the changes and halts the loop.
Feedback Input: Type comments (e.g., "Use import instead of require on line 2") and click submit. The agent will rewrite the changes and present an updated diff card for your approval.
M0X IDE is a powerful desktop code editor built on top of the robust VS Code engine. It integrates advanced LLM capabilities directly into your development workflow, providing you with a pair programmer that truly understands your codebase.
Connect your IDE to Discord to run it as a bot. You can control your editor directly from your server channels.
Features per-channel memory (stored in .m0x/discord-db), smart routing (routes casual chats directly, while active coding tasks are handed off to the AI Agent), and dynamic model switching (e.g., to claude-3.5-sonnet) with security verification.