Skip to content
Features

A terminal that brought its whole workbench

FigyTerm started as a Fig alternative — IDE-level completions for the command line. It is now the editor, the API client, the agent window, the browser and the sketchpad as well, each behind one shortcut, none of them loaded until you ask.

How it holds together

Six panels and a terminal that still starts instantly

Bolting an IDE's worth of panels onto a terminal is the easy way to make a slow terminal. Three rules stop that happening.

Nothing loads at launch

Each panel is loaded the first time you open it. A session that only uses the terminal pays for the terminal — the binary is around ten megabytes and starts instantly either way.

One window, one keyboard

Every panel is a modal over the shell with the same drag, resize and overlay conventions, so learning one teaches you the rest.

All of it local

Completions, indexes, collections, drawings and history live on your machine. No account exists to store them anywhere else.

Give your terminal its whole workbench

Free, MIT licensed, and entirely local. On macOS one command does it; Linux and Windows are one download away.

curl -fsSL https://raw.githubusercontent.com/code4mk/figyterm/main/install.sh | sh