I built Terminalot, a local-first SSH terminal that runs entirely on your own infrastructure (Docker) and connects to real Linux servers.
The goal was to make an AI-assisted terminal that infra people can actually trust: - every command is shown and requires explicit approval - no hidden execution - no mandatory cloud backend - all security-critical logic is open and auditable
It’s open-core. The free version is fully functional; paid licensing only unlocks higher limits (e.g. saved connections). You can inspect or modify everything.
Quick start: docker run -p 3001:3001 linkeliai/terminalot:latest-beta
Repo: https://github.com/linkeli-labs/terminalot
This is the first public beta. I’d really appreciate feedback, especially around security assumptions, UX, and deployment expectations.