Skip to content

Tiger Studio (desktop app)

Tiger Studio is mission control for your filament. Every spool, every rack, every printer on one screen — scan a chip and its spool pops open, update a weight and it syncs everywhere, glance at a printer and see what it’s doing right now. Open source, on Windows / macOS / Linux.

It is deliberately a laboratory, not the destination — a demonstration of what the open protocol makes possible, readable, forkable and free to copy (philosophy).

flowchart LR
  RD["TigerPOD / ACR122U"] --> ST["Tiger Studio"]
  TD["TD1S"] --> ST
  ST <--> CLOUD[("Your TigerSystem account<br/>(Firebase)")]
  SCALE["TigerScale"] --> CLOUD
  ST -- "filament to slots" --> PRN["6 printer brands"]
  PRN -- "telemetry · cameras" --> ST
  • Inventory — real-time Firestore sync, table/grid views, detail panel, weight tracking, container calibration, digital spools (TigerData) with atomic chip promotion.
  • Printers — live integrations for 6 brands (telemetry, filament per slot, job progress, cameras, and for some brands full control panels). See compatibility.
  • Racks — drag-and-drop physical storage mapping.
  • Friends & sharing — discovery codes, read-only friend inventories.
  • Devices — first-party: TigerPOD and TigerScale; third-party: the ACR122U NFC reader, the AJAX-3D TD-1 & TD1s analyzers (TD + color straight into the spool’s profile) and USB HID scales (DYMO M series and any compliant scale) — full list: compatible third-party hardware.
  • 9 locales — EN · FR · DE · ES · IT · PL · PT-BR · PT-PT · 中文.

The complete, always-current catalogue lives in the app repo’s FEATURES.md.

Electron + vanilla JS, no bundler. Printer links speak each vendor’s native LAN protocol directly (MQTT / WebSocket / HTTP) — per-brand protocol notes are maintained in the app repo (renderer/printers/<brand>/PROTOCOL.md).

Tiger Studio — the inventory view Tiger Studio — the printers fleet view with live jobs Tiger Studio — a physical filament rack mapped in the app

Related: Compatibility, Architecture