Open Source · AGPL-3.0

SSH, reimagined.

A modern SSH client built entirely in Rust. Fast, encrypted, native. No Electron, no webview, no cloud servers. Just a single binary.

100% Rust
0 Telemetry
3 Platforms
9 Languages
Oryxis host editor with folder navigation and credentials

Everything you need.
Nothing you don't.

Powerful SSH workflows, beautiful interface, zero bloat.

Native GPU UI

Built with Iced and wgpu. Hardware-accelerated rendering, instant startup, minimal memory. No Electron, no webview.

Encrypted Vault

Argon2id key derivation + ChaCha20-Poly1305 encryption. Per-field unique salts. Your secrets never leave your machine.

AI Chat Assistant

Integrated sidebar with Anthropic, OpenAI, or Gemini. Ask questions, run commands, get context-aware help in every session.

Full SSH Pipeline

Direct, SOCKS4/5, HTTP CONNECT, ProxyCommand, jump host chaining, port forwarding. RSA-SHA2, TOFU, smart auto-auth.

P2P Sync

Sync your vault between devices over QUIC. LAN discovery via mDNS, internet via STUN. End-to-end encrypted, no cloud.

MCP Server

Expose SSH hosts to AI assistants like Claude Code via the Model Context Protocol. List, inspect, and execute remotely.

Themes & i18n

4 global themes (Dark, Light, Dracula, Nord), 6 terminal themes, 9 languages. Make it yours.

Session Recording

Full terminal output saved to the encrypted vault. Browse session history and review past commands anytime.

See it in action.

A UI designed for people who live in the terminal.

Host editor with credentials and folder navigation

Organize hosts in folders, manage credentials and SSH keys — all in one place.

Terminal with AI Chat sidebar

Ask AI about your session, run commands, get intelligent assistance right in the terminal.

Security is not an afterthought.

Your credentials deserve better than plaintext config files.

  • Argon2id + ChaCha20-Poly1305 Memory-hard KDF + AEAD encryption for every secret
  • Per-field encryption Unique 32-byte salt + 12-byte nonce for each credential
  • Zero telemetry No data leaves your machine. Ever. Verify it yourself — it's open source.
  • Pure Rust cryptography No C dependencies in the crypto path. Memory safe by design.
  • TOFU host key verification Fingerprints verified on every connection, alert on changes

Why Oryxis?

The best of all worlds.

Oryxis Termius PuTTY Tabby
Modern UI
Native (no Electron)
Open source
Encrypted vault
AI assistant
P2P sync (no cloud)
MCP integration
Free forever

Get Oryxis.

One binary. All platforms. No account required.

Or build from source: git clone https://github.com/wilsonglasser/oryxis.git && cd oryxis && cargo build --release