01
falkn
macOS + Linux CLIDiscovers, creates, and attaches to sessions while leaving the agent's terminal rendering intact.
Terminal session infrastructure
Falkn runs Codex and Claude Code inside reconnectable terminal sessions on macOS and Linux. Use the native terminal interface locally, detach without stopping the process, and continue from an mobile app over SSH.
01 / Interfaces
Desktop attachment passes the PTY stream through unchanged, preserving each agent CLI's colour, cursor movement, and full-screen interface. The mobile app presents the same sessions through a mobile-native view.
Pre-release builds shown. Interface details may change before public availability.
02 / Architecture
The daemon owns the agent process and pseudo-terminal. Clients attach to it; disconnecting a client does not stop the session.
Remote clientMobile app
Session ownerfalknd
Agent processCodex or Claude
Local clientTerminal
Session ownerfalknd
03 / Components
01
Discovers, creates, and attaches to sessions while leaving the agent's terminal rendering intact.
02
Owns processes, terminal state, bounded history, metadata, and reconnectable client attachments.
03
Lists, starts, renames, stops, and continues remote sessions without taking over an attached desktop terminal.
04 / Boundaries
Falkn uses the authentication and network policy already configured on the user's machine. The daemon does not open a TCP listener.
falknd.05 / Availability
The mobile app and signed macOS/Linux packages are not yet publicly available. Installation and App Store links will be added here for the public release.