Terminalwire Manual
Terminalwire streams terminal I/O over a WebSocket from your Rails app to a small client your users install once. You add the gems, run rails g terminalwire:install my-app, and write your CLI with Thor right in the app, calling your models, jobs, and business logic directly. There’s no API to build and no client to ship. The curl one-liner installs the client, and every command runs live from your server, so users are always on your latest deploy.
Each chapter below walks you through everything you need to ship command-line apps to your users.
Use Thor with Rails to deliver a delightful command-line application to users