README.md

June 17, 2026 · View on GitHub

Nexo Logo

Nexo - All-in-One Workspace AI

publish Vercel Deploy Vercel Deploy License: MIT

About

Nexo is a cross-platform desktop AI assistant built with Tauri, React, and Rust. It provides a seamless interface for interacting with multiple LLM providers while offering advanced features like MCP (Model Context Protocol) integration, workspace management, and extensible tool support.

Key Advantages:

  • True Freedom: Use any LLM provider with your own API keys - no vendor lock-in
  • Privacy-Focused: All conversations stored locally in SQLite, no data sent to third parties
  • Extensible: MCP protocol support + Python/Node runtime for unlimited tool possibilities
  • Customizable: Full control over system prompts, workspace settings, and UI preferences
  • Cost-Effective: Pay only for LLM API usage, no subscription fees
  • Community-Driven: Open source with active development and community contributions

Installation

Quick install (macOS + Linux)

bash <(curl -fsSL https://raw.githubusercontent.com/Nexo-Agent/nexo/refs/heads/main/installer.sh)

You can pin a version by setting VERSION, for example:

VERSION=0.1.0-beta.22 bash <(curl -fsSL https://raw.githubusercontent.com/Nexo-Agent/nexo/refs/heads/main/installer.sh)

Quick install (Windows 10+)

Run in PowerShell:

& ([ScriptBlock]::Create((iwr -useb https://raw.githubusercontent.com/Nexo-Agent/nexo/refs/heads/main/installer-windows.ps1)))

Pin a version:

& ([ScriptBlock]::Create((iwr -useb https://raw.githubusercontent.com/Nexo-Agent/nexo/refs/heads/main/installer-windows.ps1))) -Version "0.1.0-beta.22"

Silent install (run PowerShell as Administrator):

& ([ScriptBlock]::Create((iwr -useb https://raw.githubusercontent.com/Nexo-Agent/nexo/refs/heads/main/installer-windows.ps1))) -Silent

MacOS Via Homebrew

brew tap nexo-agent/nexo
brew install --cask nexo

Windows

Download the latest release for your platform from the Releases page and run the .msi or .exe installer

Linux

Download the latest release for your platform from the Releases page and run the .deb or .AppImage file

Star History

Star History Chart

Made with ❤️ by the Nexo community

⭐ Star us on GitHub🌐 Visit Website