Releases: Sompote/TigridenR
Releases · Sompote/TigridenR
Release list
v0.1.2
What's new
- PDF page rendering — PDFs in the file preview now render their actual pages (lazily, as they scroll into view) instead of extracted text, falling back to text extraction when a page can't be rasterized.
- Image & PDF zoom — zoom between 0.25× and 8× of fit-to-width with the new magnifier buttons in the preview header,
Cmd+=/Cmd+-/Cmd+0, orCtrl/Cmd+ scroll wheel. Zoomed content pans horizontally. - Web client: touch scrollback — one-finger vertical swipes scroll the terminal scrollback on phones, and a floating button jumps back to the latest output when scrolled up.
TigridenR 0.1.1 — markdown tables in the file preview
What's new
- Markdown preview renders tables. GFM pipe tables now draw as real tables — grid lines, shaded header row, columns sized to their content, and cell text wrapped within its column. Previously all cell text collapsed into one run-on paragraph.
Downloads
| File | For |
|---|---|
TigridenR-macos-universal.app.zip |
macOS app, Apple Silicon + Intel |
tigridenr-macos-arm64.tar.gz |
macOS bare binary, Apple Silicon |
tigridenr-macos-x86_64.tar.gz |
macOS bare binary, Intel |
tigridenr-linux-x86_64.tar.gz |
Linux x86_64 |
tigridenr-windows-x86_64.zip |
Windows x86_64 |
Full changelog: v0.1.0...v0.1.1
TigridenR 0.1.0 — agentic workbench you can run from anywhere
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-
vimor 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.1only; reachability comes exclusively fromtailscale 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.
- Headless —
tigridenr --headless ~/code/projectruns 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.appPlatform 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
--headlessoutput visible.
Written in pure Rust — Slint chrome, alacritty_terminal + portable-pty, no Electron and no webview. ~14 MB.