Installation
Get up and running with Nexus Suite in minutes. This guide covers installing both NexusCore CLI and NexusIDE.
System Requirements
NexusCore CLI
- Python 3.10 or later
- macOS, Windows 10+, or Linux (x86_64 / ARM64)
- 512 MB RAM minimum
- Internet connection for Pro/Studio features (Core works fully offline)
NexusIDE
- macOS 12+ (Apple Silicon & Intel), Windows 10+, or Linux (x86_64)
- 4 GB RAM minimum (8 GB recommended)
- 500 MB disk space
Install NexusCore CLI
macOS / Linux (recommended)
The install script downloads the latest release, verifies the checksum, and adds nexus-cli to your PATH:
curl -fsSL https://nexus-suite.dev/install | shWindows (PowerShell)
irm https://nexus-suite.dev/install.ps1 | iexpip (Python 3.10+)
pip install nexus-suiteOr with pipx for isolated installation:
pipx install nexus-suiteHomebrew (macOS / Linux)
brew install nexus-suite/tap/nexus-cliVerify Installation
nexus-cli --versionYou should see output like:
nexus-cli 1.0.0 (Python 3.12.1)TIP
Run nexus-cli update at any time to check for and install the latest version.
Install NexusIDE
Download the latest NexusIDE for your platform from the downloads page:
| Platform | Format | Download |
|---|---|---|
| macOS (Apple Silicon & Intel) | .dmg | Download |
| Windows (x64) | .exe installer | Download |
| Linux (x86_64) | .deb | Download |
| Linux (x86_64) | .rpm | Download |
| Linux (x86_64) | AppImage | Download |
All release artifacts are code-signed and include SHA256 checksums for verification. See the releases page for checksums and older versions.
macOS
- Open the
.dmgfile - Drag NexusIDE to the Applications folder
- Launch NexusIDE from Applications
INFO
NexusIDE is notarized with Apple's notary service. If macOS shows a security warning, right-click the app and select Open.
Windows
- Run the
.exeinstaller - Follow the installation wizard
- Launch NexusIDE from the Start menu
Linux
Debian / Ubuntu:
sudo dpkg -i nexuside-latest-amd64.debFedora / RHEL:
sudo rpm -i nexuside-latest-x86_64.rpmAppImage:
chmod +x nexuside-latest-x86_64.AppImage
./nexuside-latest-x86_64.AppImageAuto-Updates
NexusIDE checks for updates automatically on launch. When a new version is available, you'll see a notification with the option to update. Updates are opt-in and never forced.
NexusCore CLI can be updated manually:
nexus-cli updateNext Steps
- First Run — Start your first AI agent session
- Connecting a Model — Configure your LLM provider
- Authentication — Sign in to unlock Pro and Studio features