mirror of
https://github.com/nanogpt-community/nano-zed.git
synced 2026-09-21 12:04:33 -04:00
No description
- Rust 94.9%
- JSON-with-Comments 2.9%
- Inno Setup 0.5%
- Tree-sitter Query 0.4%
- Shell 0.4%
- Other 0.5%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .cargo | ||
| .cloudflare | ||
| .config | ||
| .factory | ||
| .github | ||
| .zed | ||
| assets | ||
| ci | ||
| crates | ||
| docs | ||
| extensions | ||
| legal | ||
| nix | ||
| script | ||
| tooling | ||
| .git-blame-ignore-revs | ||
| .gitattributes | ||
| .gitignore | ||
| .mailmap | ||
| .prettierrc | ||
| .rules | ||
| AGENTS.md | ||
| Cargo.lock | ||
| Cargo.toml | ||
| CLAUDE.md | ||
| clippy.toml | ||
| CODE_OF_CONDUCT.md | ||
| compose.yml | ||
| CONTRIBUTING.md | ||
| debug.plist | ||
| default.nix | ||
| Dockerfile-collab | ||
| Dockerfile-collab.dockerignore | ||
| Dockerfile-cross.dockerignore | ||
| Dockerfile-distros | ||
| Dockerfile-distros.dockerignore | ||
| flake.lock | ||
| flake.nix | ||
| GEMINI.md | ||
| LICENSE-AGPL | ||
| LICENSE-APACHE | ||
| LICENSE-GPL | ||
| livekit.yaml | ||
| lychee.toml | ||
| nanogpt.md | ||
| Procfile | ||
| Procfile.all | ||
| Procfile.web | ||
| README.md | ||
| renovate.json | ||
| REVIEWERS.conl | ||
| rust-toolchain.toml | ||
| rustfmt.toml | ||
| shell.nix | ||
| typos.toml | ||
nano-zed
nano-zed is a community fork of Zed, focused on a NanoGPT-first agent experience.
What Changed In This Fork
- Rebranded app surfaces to
nano-zed. - Native built-in agent defaults to the
nanogptprovider. - Default agent model is
minimax/minimax-m2.5. - NanoGPT models are loaded dynamically from NanoGPT's models API.
- Optional provider selection is supported for models that expose provider options.
- NanoGPT MCP server is configured by default (
@nanogpt/mcp). - On startup,
nano-zedprompts for a NanoGPT API key when needed.
Download
Download binaries only from this repository's Releases page:
First Launch
- If you have not configured a NanoGPT key yet,
nano-zedwill prompt you. - You can also set
NANOGPT_API_KEYin your environment.
Build From Source
- macOS:
docs/src/development/macos.md - Linux:
docs/src/development/linux.md - Windows:
docs/src/development/windows.md
Upstream
This project is based on Zed and keeps large parts of the upstream codebase.
- Upstream repository: https://github.com/zed-industries/zed
License
See LICENSE-AGPL and LICENSE-APACHE.