biscuit logo>_

biscuit

a fast, extensible, native code editor with agents. lightweight <20 mb in size. install and start using in seconds.

>pip install biscuit-editor
biscuit editor interface overviewlanguage servers and AI agents integration panelripgrep fast search in biscuit editor statusbarbiscuit editor built-in extensions marketplace manager
biscuit editor interface overview

workspace explorer

inspect the implemented progress code files in a simulated biscuit editor interface.

explorer: biscuit
src/progress
agents.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Agents & LLMs
Gemini & Anthropic API support
- claude-4-5-opus / sonnet / haiku
- gemini-2-5-flash / pro
Planning agent with dynamic task list & 11 tools:
- ReadFileTool, EditFileTool, DeleteFileTool
- ListDirTool, GlobFileSearchTool, GrepTool
- CodebaseSearchTool, RunTerminalCmdTool
- TodoWriteTool, GetWorkspaceInfoTool, GetActiveEditorTool
Add more LLM providers through biscuit extensions
Attach files for adding context in chat
LLM calls inside biscuit terminals
- Use `# your prompt` in terminal & accept/decline
LLM provider extension examples (old ones deprecated)
Run local LLMs with ollama extension (deprecated)
Ollama extension rewrite

getting started

1. installation

install the latest stable release via pip package manager:

pip install biscuit-editor

2. run and open projects

launch the editor and open a target workspace directory instantly:

biscuit path/to/src

see other installation formats (including compiled executable releases) in the installation guide.

contributing

biscuit is fully open source. contributions of any scope are highly appreciated!

documentation is a work-in-progress. feel free to inspect our code palette or ask on our deepwiki!