Skip to main content
Open source + end-to-end encrypted

The workspace OS
for autonomous agents.

An open source foundation with encrypted sync, real-time collaboration, and a curated skills hub. Ship faster without giving up control.

~/workspace
$nexus initworkspace initialized
$nexus skills install tyler/core58 skills ready
$nexus sync enableencrypted sync active
$nexus space mount /teamshared space connected
Zero-knowledge encryption — we cannot read your data
$
100%
Open Source
E2E
Encrypted
<50ms
Sync Latency
500+
Skills Available

Getting Started

Up and running in minutes.

Nexus keeps your workspace local-first and secure by default.

1

Install the CLI

One command to install. Works on macOS, Linux, and Windows.

$ curl -sSL nexus.dev/install | sh
2

Initialize workspace

Bootstrap with curated skills and sensible defaults.

$ nexus init
3

Add skills

Pull trusted skills from the hub to extend capabilities.

$ nexus skills install tyler/core
4

Sync & collaborate

Enable encrypted sync and mount shared spaces.

$ nexus sync && nexus space mount

New to coding? Start here.

Never coded before? No problem. We'll walk you through everything from scratch in about 10 minutes.

AI Agent Install Prompt

Copy, paste, and bootstrap in minutes.

Already have Cursor or another AI editor? Give this prompt to your agent.

You are an installation/setup agent. Install the Nexus CLI and initialize a workspace on this machine.

1) Verify prerequisites
   - macOS/Linux/Windows supported.
   - If using npm, ensure Node.js 22+ is installed.

2) Install the CLI (choose one)
   - Homebrew (macOS): brew install napageneral/nexus/nexus
   - npm: npm i -g @intent-systems/nexus

3) Verify install
   - Run: nexus --version

4) Initialize a workspace
   - Run: nexus init ~/nexus/home
   - Then: nexus status

5) (Optional) Connect Nexus Cloud
   - Run: nexus cloud init --workspace ~/nexus/home
   - Run: nexus cloud login (browser auth) to provision keys
   - For non-interactive auth: set NEXUS_PASSWORD and run
     nexus cloud login --api-token <token>
   - Verify: nexus cloud status, nexus cloud push

6) Verify gateway daemon
   - Run: nexus gateway status
   - If needed: nexus gateway restart

Do not print or log secrets. Report the commands you ran and any errors.

Zero-knowledge by design.

Your workspace is encrypted locally before anything touches the cloud.

Your Device

Keys generated locally
Encrypted before upload

Nexus Cloud

Cannot decrypt data
Stores blobs only

Even if compelled by law, we have no way to access your data.

The encryption keys exist only on your devices.

Ready to build?

Start with an open source workspace, then add sync, collaboration, and trusted skills as you grow.