Installation
OmniIDE runs natively on Windows 10 and Windows 11. The installer sets up everything you need, including the VS Code core, Omni-Agent, and Hardened Sandbox.
System Requirements
| Component | Minimum | Recommended |
|---|---|---|
| OS | Windows 10 (64-bit) | Windows 11 |
| CPU | Dual-core 2 GHz | Quad-core 3 GHz+ |
| RAM | 4 GB | 8 GB+ |
| Disk | 500 MB | 1 GB+ (for local models) |
| GPU | Not required | CUDA-compatible (for Ollama) |
Download
Download the latest version from GitHub Releases:
https://github.com/nihannihu/Omni-IDE/releases/download/v3.0.0/OmniIDE-Setup.exe
Installation Steps
- Run the installer — Double-click
OmniIDE-Setup.exe - Accept the license — OmniIDE is open source under permissive licensing
- Choose install location — Default is
C:\Program Files\OmniIDE - Complete setup — The installer will configure the VS Code core and agent runtime
- Launch OmniIDE — Open from desktop shortcut or Start menu
Note: Windows may show a SmartScreen prompt since OmniIDE is a new application. Click "More info" → "Run anyway" to proceed.
Verify Installation
After launching OmniIDE, you should see the familiar code editor interface with the Omni-Agent panel. Open the integrated terminal and verify the agent is available:
omni --version
# Output: OmniIDE v3.0.0
Uninstallation
To uninstall OmniIDE, use the standard Windows uninstaller via Settings → Apps → OmniIDE → Uninstall.