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 IDE - VS Code Engine Compatible

Download M0X IDE

The next-generation, high-performance editor. Experience real-time FIM autocomplete, deep workspace indexation, and context-aware chat.

Version & Sizev1.0.4 • 145 MB
Select Architecture
64-bit Windows 10/11
Windows
v1.0.4 • 145 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.

Integrated CLI Tools

Includes native binary helper packages for terminal access (`m0x` shell commands), supporting quick context indexation and git integration.

Comprehensive Docs

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

Installation & Verification Details

Platform Install Steps

  • macOS: Double-click the `.dmg` file and drag M0X IDE 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