Skip to content

TigridenR 0.1.0 — agentic workbench you can run from anywhere

Choose a tag to compare

@Sompote Sompote released this 03 Aug 06:50

A tiny workbench for supervising AI coding agents — on your desk, and in your pocket.

Run claude, codex, gemini — any terminal agent — each in its own folder, with a live file tree, a lightweight editor, and change tracking with one-click rollback. Then mirror the whole workbench to a web page and keep steering from your phone over Tailscale.

Highlights

  • Remote web access — browsers attach to the same live shells as the desktop (tmux-style, not a screen share). Attaching mid-vim or mid-agent replays the current screen and recent scrollback, so you never land on a blank page.
  • Phone-ready — drawer sidebar, soft-keyboard button, font size controls, tap-to-read files, and one-tap agent presets. Add it to your home screen and it opens like an app.
  • Attach files to the agent — drag an image onto the page, tap 📎 to pick from the photo library or camera, or paste a screenshot. The file is copied to the host and its path is typed into the terminal, shell-quoted.
  • Secured by Tailscale — the server binds 127.0.0.1 only; reachability comes exclusively from tailscale serve, admitting only devices on your tailnet.
  • Per-window ports — each window can serve its own URL, and a window's page only ever sees that window's folders and shells.
  • Headlesstigridenr --headless ~/code/project runs with no window at all (a Mac mini over SSH); there the browser drives the real terminal size.
  • Settings (⌘,) — theme (Dark/Light × Classic/Minimal/Vivid), accent, fonts, scrollback, remote access. Changes apply live to every window, and the web client follows.
  • Keyboard scrollback — Shift+PageUp/PageDown, Shift+Home/End, Shift+↑/↓.

Downloads

File For
TigridenR-0.1.0-macos-universal.app.zip macOS — start here. One app for Apple Silicon and Intel
tigridenr-0.1.0-macos-arm64.tar.gz macOS bare binary, Apple Silicon
tigridenr-0.1.0-macos-x86_64.tar.gz macOS bare binary, Intel
tigridenr-0.1.0-linux-x86_64.tar.gz Linux x86_64
tigridenr-0.1.0-windows-x86_64.zip Windows x86_64

macOS first launch — the app isn't notarized, so right-click ▸ Open ▸ Open, or:

xattr -d com.apple.quarantine /Applications/TigridenR.app

Platform status

macOS is the developed-and-tested platform. Linux and Windows binaries build and pass the test suite, but the GUI is otherwise untested — please report what breaks.

  • Linux needs the usual GUI libraries at runtime: libxkbcommon, libxcb, libfontconfig, libfreetype. File dialogs go through the XDG desktop portal.
  • Windows is a console binary, so a terminal window opens alongside the app — that keeps --headless output visible.

Written in pure Rust — Slint chrome, alacritty_terminal + portable-pty, no Electron and no webview. ~14 MB.