m0x logoM0X
PricingChangelogDocs
M0X LogoM0X

The AI-native code editor that thinks like a software engineer. Built for speed, intelligence, and privacy.

Product

  • Features
  • Pricing
  • Download
  • Changelog
  • Documentation

Resources

  • Blog
  • Community
  • Help Center
  • Partners
  • System Status

Company

  • About Us
  • Careers
  • Security
  • Legal
  • Contact

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy
  • Acceptable Use

© 2026 M0X Inc. All rights reserved.

All systems operational
Ecosystem
M0X CoderX - Autonomous Developer Studio

Download M0X CoderX

The local Agentic Workspace powered by Tauri & Next.js. Spin up autonomous execution loops, run local shell processes, and audit browser testing in real time.

Version & Sizev1.2.0-beta • 165 MB
Select Architecture
64-bit Windows 10/11
Windows
v1.2.0-beta • 165 MB
User Installer (x64)

Cryptographically Verified

Every release build is digitally signed and audited. We publish SHA-256 hash checks so you can verify download integrity before installing.

Local Tauri Sandbox

Run your AI developer agent within an isolated Tauri runtime. CoderX creates safe, local subprocesses to build and test your codebase.

Comprehensive Docs

Need help getting set up? Review our step-by-step guides on configuring model pipelines, local workspaces, and customizing keyboard shortcuts.

Installation & Troubleshooting Details

Platform Install Steps

  • macOS: Double-click the `.dmg` file and drag M0X CoderX into your `/Applications` folder.
  • Windows: Run the `.exe` installer. If warned by SmartScreen, click "More Info" and select "Run Anyway".
  • Linux: Install `.deb` with `sudo dpkg -i`, `.rpm` with `sudo rpm -i`, or run `.AppImage` directly after making it executable.

Checksum Verification

To verify the cryptographic integrity of your downloaded package, open your terminal and run the following commands:

# macOS & Linux

shasum -a 256 /path/to/downloaded-file

# Windows (PowerShell)

Get-FileHash \path\to\downloaded-file