Skip to content

release-1.0.1

Latest

Choose a tag to compare

@LukeGus LukeGus released this 14 Aug 06:25
· 8 commits to main since this release

Tip

Termix is free and always will be. If it's useful to you, consider donating to support development.

First release of the Termix CLI. Manage hosts, run commands, open terminals and transfer files from your shell.

npm install -g @termix-cli/cli

Or download a standalone binary below, which needs no Node.js install.

Architecture Windows Linux macOS
x86-64 (64-bit) EXE Binary Binary
AArch64 (ARM64) Binary Binary
Any npm npm npm

Update Log:

  • Interactive terminal with termix ssh, over the same WebSocket the web UI uses
  • Run one-off commands with termix exec, exiting with the remote exit code
  • SFTP browsing and transfer with termix files ls/cat/get/put/mkdir/rm
  • SSH tunnel control with termix tunnel list/show/start/stop
  • Docker container control with termix docker ps/logs/start/stop/restart
  • Fleet management, including running a command across every host with termix fleets exec
  • Host, credential and snippet management, plus import and export
  • API key management and API-key-based host enrollment for automation
  • Session and device management with termix sessions
  • Table output on a terminal, JSON when piped, with documented exit codes
  • Session tokens stored in the OS keychain where one is available

Bug Fixes:

  • Nothing yet, this is the first release