NEXUS
Desktop

The developer platform that unifies a local AI agent, local LLM bridge, OAuth app connections, analytics, billing, and agent skills in one desktop platform.

Run local models privatelyConnect any local LLM in seconds.
Connect your apps with OAuthSecure, granular, and revocable access.
Track usage and performanceReal-time insights across agents and tools.
Extend with skills and toolsBuild or install tools your agent can use.

App Connections

Connect the tools you use every day. Secure OAuth. Granular access.

View all connectors
GitHub logo

GitHub

GitLab logo

GitLab

Slack logo

Slack

Notion logo

Notion

Linear logo

Linear

Jira logo

Jira

Google Drive logo

Google Drive

Postgres logo

Postgres

Discord logo

Discord

Figma logo

Figma

Convex logo

Convex

Vercel

Gmail logo

Gmail

Shopify logo

Shopify

OpenAI

Stripe logo

Stripe

More connectors

Local LLM Bridge

Bring your own model. Keep your data local.

  • Connect any local LLM endpoint
  • Works with Ollama, LM Studio, LocalAI, and more
  • Private, fast, and fully under your control
  • Health checks and model discovery built-in
http://localhost:4737Reachable
text-embedding-nomic-embed-text-v1.5

Bridge connected

Skills & Tools

Extend your agent with powerful capabilities.

  • Browse and install skills
  • Create custom tools with SDK
  • Version, test, and publish
  • Use tools directly in agent sessions
Web SearchSearch the web with citationsInstall
Code InterpreterRun and analyze code safelyInstall
SQL QueryQuery databases with natural languageInstall
Browse all skills

Simple pricing. Built for developers.

Start free. Scale your usage.

Free

$0forever

Perfect for individuals building locally.

  • Local bridge and agent
  • Local LLM chat
  • Single-user IDE workspace
  • Standard support

Pro

$9/user/month

For power users and small teams.

  • Everything in Free
  • 7 app connectors
  • Collaborative IDE for up to 5 collaborators
  • Priority support

Expert

$16/user/month

For teams with advanced needs.

  • Everything in Pro
  • Unlimited app connectors
  • Unlimited IDE collaborators
  • Dedicated support

Coming next

Collaborative IDE

Real-time collaboration, shared workspaces, and agent-native development.

project

src

agent.ts

tools.ts

README.md

export async function runAgent() {
  const tools = await loadTools()
  const plan = await agent.plan()
  return agent.execute(plan)
}

3 collaborators online