TigrimOSR v0.6.2 — Telegram & LINE Bots
Chat with your TigrimOS agent from Telegram or LINE and control it with slash commands — /agents, /model, /mode, /loop, /new, /stop, /status — with live progress while the agent works and Approve/Deny buttons for tool approvals. Bot conversations share the web-chat pipeline, so they appear in the web UI history. See the Telegram & LINE Bots section of the README for setup.
Highlights
- Telegram long-polling — no public URL needed; token/enable changes apply within ~30 s, no restart
- LINE webhook verified by HMAC-SHA256 (
X-Line-Signature), public URL via the built-in Cloudflare tunnel (owner-only start/stop endpoints) - Fail-closed user allow-lists — the rejection reply shows the sender's ID for copy-paste setup
- New Settings → Messaging tab in the desktop app and web/mobile UI
- Bot secrets masked in the settings API like other keys
Full details in the changelog.
Downloads
| File | For |
|---|---|
TigrimOS-0.6.2.dmg |
macOS desktop app — universal (Apple Silicon + Intel). Drag to Applications. |
TigrimOS-0.6.2-x64.msi |
Windows 10/11 (64-bit) installer — installs to Program Files with a Start Menu shortcut. SmartScreen may warn (unsigned): click More info → Run anyway. |
tigrimos-0.6.2-macos-arm64.tar.gz |
Standalone binary, Apple Silicon (e.g. headless/server use) |
tigrimos-0.6.2-macos-x86_64.tar.gz |
Standalone binary, Intel Mac |
First launch (unsigned build): macOS Gatekeeper will warn that the developer can't be verified. Right-click the app → Open → Open, or run:
xattr -dr com.apple.quarantine /Applications/TigrimOS.appFor the standalone binary:
xattr -d com.apple.quarantine ./tigrimosthen run./tigrimos(UI) or./tigrimos --headless(server).