Get Started

Pick your framework

Terminalwire turns your web app into a command-line app for your users. You build the CLI on your server, calling the models, auth, and business logic you already have. Choose your stack below and follow its manual to ship one.

On their machine

What your server can reach, and what it can't

Through the client, your CLI can print and prompt, open their browser to sign in, read and write files, and read their environment. It stays in a sandbox. Like a browser, the client asks the user before it touches their machine, so your server never reaches past what they allow.

Read the Client manual →