Skip to content

Desktop & browser

The same Shatun experience runs as a desktop app or in a browser.

Desktop

  • Native window via the packaged app or uv run shatun
  • Feels like a local tool on your computer

Browser

  • Start the server (uv run shatun serve or the packaged server mode)
  • Open the printed address (default http://127.0.0.1:8765)

LAN access

By default the server binds to your machine only. Exposing it on a network requires a shared secret token — see the project README for details.