Skip to content
tallow logo

tallow

An extensible coding agent for your terminal. 53 extensions, 34 themes, 9 agent templates — install only what you need.
51Extensions
34Themes
9Agent Templates
Models

Run Claude, GPT-4, Gemini, or any OpenAI-compatible model from the same interface. Switch mid-conversation, assign different models to different agents, or compare outputs side-by-side.

Not plugins bolted on — a proper extension architecture. Tools, TUI widgets, lifecycle hooks, event bus, custom commands. Extensions can render rich terminal UI, intercept tool calls, and compose with each other. All 51 available features are extensions.

Spawn parallel agents with isolated contexts. Assign different models, roles, and tasks to each teammate. Coordinate via a shared task board with dependency tracking and inter-agent messaging. Bundled templates cover architect, debug, explore, planner, refactor, reviewer, scout, tallow-expert, and worker, and install as editable /agent:<name> profiles.

34 available themes from Tokyo Night to Synthwave 84. Every color in the TUI — borders, backgrounds, accents, tool status indicators — is token-driven and overridable.

A package system for distributing commands, agents, skills, and hooks. tallow reads key Claude Code project resources directly (commands, agents, skills, and CLAUDE.md) so existing repos usually run without restructuring. Commands and prompts are interchangeable — put a markdown file in either directory and it becomes a /slash command.

Intercept any point in the agent lifecycle — before/after tool execution, on turn completion, on errors. Run shell commands, validate outputs, enforce policies, or trigger notifications. Hook config shape is Claude-style, with tallow event keys.



apprentice
ayu-mirage
bluloco-dark
catppuccin-frappe
catppuccin-macchiato
catppuccin-mocha
dracula
everforest-dark
flexoki-dark
github-dark
gruvbox-dark
horizon
iceberg
kanagawa-wave
material-ocean
mellow
modus-vivendi
monokai-pro
moonlight
night-owl
nord
one-dark
oxocarbon-dark
palenight
poimandres
rose-pine
solarized-dark
spaceduck
synthwave-84
tokyo-night
trash-panda
vesper
vitesse-dark
zenburn-dark

Every color token — accent, borders, tool status, thinking indicators, message backgrounds — is fully configurable. Create your own theme as a single JSON file.

QUICK START
$ git clone https://github.com/dungle-scrubs/tallow.git
$ cd tallow && npm install && npm run build
$ node dist/install.js
$ tallow

Coming soon.