Build
Build from source
Open source · v0.1.0 · macOS & Windows
Build for macOS
Universal (Apple Silicon & Intel)
Clone and build
git clone https://github.com/xuedongxue/subquill.git cd subquill npm install npm run tauri dev # or: npm run tauri build
You need Node.js LTS, Rust, and the Tauri 2 prerequisites
Bring your own model
Subquill is open source and talks to no backend of its own. You provide an OpenAI-compatible base URL, a model name and an API key at first launch — or point it at a local server. No endpoint yet? The official Subquill AMP gateway works out of the box.
Build locally
Subquill is distributed as source only. Clone the repo, install dependencies, meet the Tauri 2 prerequisites for your OS, then run npm install and npm run tauri build.
Updates
No pre-built installers or in-app binary updates are provided. Pull the latest source from GitHub and rebuild to update.
Source
Subquill is built in the open. Read the README, report an issue, or browse tagged releases on GitHub.
Open repository