Skip to content
@Termopus

Termopus

The secure mobile companion for Claude Code
Termopus

Termopus

Remote-control Claude Code from your phone with end-to-end encryption.


Website  iOS  Android  X


Termopus App




What is Termopus?

Termopus is a mobile app that turns your phone into a secure remote control for Claude Code. A lightweight bridge agent runs on your computer and connects to your phone through an encrypted Cloudflare relay.

Every action Claude takes appears on your phone in real time. Approve file edits, review diffs, deny risky commands — all with a tap.

No open ports. No VPN. No SSH. Scan a QR code and you're connected.


Key Features

Native Mobile Interface
Purpose-built app with syntax highlighting, code diffs, file edits, and terminal output in a scrollable conversation thread.

One-Tap Approvals
Allow, Deny, or Edit any Claude request with a single tap. Every approval is gated behind biometric authentication.

Push Notifications
Get notified instantly when Claude needs you — even when your phone is locked. Includes request context for quick triage.

Code Diff Previews
Inspect line-by-line changes with full syntax highlighting before anything touches your codebase.

Multi-Computer Sessions
Pair with work laptop, home desktop, and cloud VMs simultaneously. Switch machines with a tap, revoke any session instantly.

End-to-End Encrypted
AES-256-GCM encryption with per-session keys. The relay forwards opaque blobs it cannot decrypt. Zero secrets in the UI layer.


Security Architecture

Seven layers of defense between an attacker and your codebase:

7Biometric GateFace ID / Fingerprint on every session
6Device AttestationApp Attest (iOS) + Play Integrity (Android)
5Cloudflare Zero TrustmTLS + device posture enforcement
4Cloudflare TunnelNo open ports — outbound connections only
3E2E EncryptionAES-256-GCM with per-session keys
2Hardware-Backed KeysSecure Enclave (iOS) / StrongBox (Android)
1Certificate PinningRelay identity verified on every connection

How It Works

┌──────────┐         ┌─────────────────┐         ┌──────────┐         ┌────────────┐
│          │  E2E    │   Cloudflare    │  E2E    │  Bridge  │         │            │
│  Phone   │◄──────►│     Relay       │◄──────►│  Agent   │◄──────►│ Claude Code │
│          │ AES-256 │  (zero-access)  │ AES-256 │          │  stdio  │            │
└──────────┘         └─────────────────┘         └──────────┘         └────────────┘
  Your phone           Can't read                Your computer         AI assistant
                       your data
  1. Install the bridge — a lightweight Rust agent that sits in your menu bar
  2. Scan a QR code — pair your phone with the bridge in seconds
  3. Start building — Claude Code runs on your machine, you control it from your phone

Tech Stack

Component Technology
Mobile App Flutter · Dart · Swift · Kotlin
Bridge Agent Rust · Tokio · egui
Relay Cloudflare Durable Objects · TypeScript
Crypto AES-256-GCM · X25519 · Secure Enclave · StrongBox


termopus.com · App Store & Google Play coming soon


Built with security-first architecture. Every message encrypted. Every action approved by you.

Pinned Loading

  1. app app Public

    Native mobile app for controlling Claude Code — Flutter + Swift + Kotlin

    Dart

  2. bridge bridge Public

    Lightweight desktop agent that connects Claude Code to your phone — Rust + Tokio

    Rust

  3. docs docs Public

    Architecture, API reference, and design documents

  4. relay relay Public

    Cloudflare Durable Objects relay — zero-access encrypted message forwarding

    TypeScript

  5. security security Public

    7-layer security architecture — E2E encryption, hardware-backed keys, device attestation

Repositories

Showing 7 of 7 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…