Synara ships as a native desktop application for macOS, Linux, and Windows. The fastest way to get started is to download a pre-built release. If you prefer to run directly from source — or you want to follow along with development — you can build it yourself using Bun.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Emanuele-web04/synara/llms.txt
Use this file to discover all available pages before exploring further.
Download the desktop app
Pre-built installers are available from two places:- GitHub Releases: github.com/Emanuele-web04/Synara/releases
- Official website: trysynara.com
Supported platforms
| Platform | Format | Architecture |
|---|---|---|
| macOS | DMG | arm64 (Apple Silicon) |
| macOS | DMG | x64 (Intel) |
| Linux | AppImage | x64 |
| Windows | NSIS installer | x64 |
Build from source
If you want to run Synara directly from the repository — for development or to track the latest changes before a release — you can do so with Bun.Prerequisites
- Bun
^1.3.9— bun.sh - Node.js
^24.13.1— nodejs.org
Start in development mode
The The Synara window opens automatically once all three processes are ready.
dev script starts the server, web UI, and Electron shell together with hot-reloading:The
dev script runs the server on a dynamically selected port starting at 3773. If you need a fixed port, set the T3CODE_PORT environment variable before starting.