Installation
Monolex is available for macOS, with Linux and Windows support coming soon.System Requirements
| Platform | Minimum | Recommended |
|---|---|---|
| macOS | 10.13 (High Sierra) | 13.0+ (Ventura) |
| Architecture | Apple Silicon or Intel | Apple Silicon |
| Memory | 4GB RAM | 8GB RAM |
| Storage | 150MB | 300MB |
Download
macOS (Apple Silicon)
For M1, M2, M3 Macs
Recommended
macOS (Intel)
For Intel-based Macs
Installation Steps
macOS
- Download the DMG file from monolex.ai
- Open the DMG file
- Drag Monolex to your Applications folder
- Launch Monolex from Applications
Verify Installation
After installation, verify the app is working:Build Types
Monolex offers two build variants:Regular Build
- Includes bundled Node.js runtime
- ~200MB download
- Works standalone
- Recommended for most users
Core Build
- No bundled Node.js
- ~50MB download
- Requires system Node.js
- For developers with Node.js installed
Configuration
Data Locations
| Data | Path |
|---|---|
| Application Support | ~/Library/Application Support/Monolex/ |
| Databases | ~/Library/Application Support/Monolex/protocols/niia/database/ |
| Logs | /tmp/pty-daemon.log, /tmp/niia-watcher.log |
| Sockets | /tmp/monolex-pty/ |
Default Shell
Monolex uses your default shell:- Reads from
$SHELLenvironment variable - Falls back to
/bin/zshon macOS - Falls back to
/bin/bashon Linux
Troubleshooting
App Won’t Launch
- Gatekeeper block: Right-click → Open
- Corrupted download: Re-download the DMG
- Old version conflict: Delete
~/Library/Application Support/Monolex/and retry
Terminal Not Working
High CPU Usage
Usually caused by:- Many terminal tabs open
- Large file being watched
- Rapid file changes
- Close unused tabs
- Add directories to ignore list
- Check watcher configuration
Uninstallation
Complete Removal
Updates
Monolex checks for updates automatically. When a new version is available:- A notification will appear
- Click “Update” to download
- The app will restart with the new version
- Menu → Monolex → Check for Updates
Next Steps
Quickstart
Get started with Monolex in 5 minutes.
Architecture
Learn how Monolex works under the hood.