Larch is a modern, cross-platform desktop client for Taiga.io, designed to streamline issue management across multiple projects. It acts as a "single pane of glass" for developers and managers who need to triage, track, and respond to issues without constantly switching context between different project URLs.
| Dashboard Overview | Issue Detail |
|---|---|
| Saved Views | Secure Login |
Download the latest release for your operating system from the Releases Page.
.deb and run sudo dpkg -i larch_*.deb..rpm and run sudo rpm -i larch_*.rpm..AppImage, make it executable (chmod +x), and run..msi or .exe installer..dmg, open it, and drag Larch to your Applications folder.Larch is built with Tauri v2, Rust, and Svelte 5.
git clone https://github.com/Yyandrakk/Larch.git
cd Larch
pnpm install
just dev
We use just as a command runner:
just dev: Run in development modejust check: Run all checks (clippy + svelte-check)just test: Run all testsjust format: Format all codeLarch follows a Clean Architecture pattern to ensure maintainability and testability:
taiga-client crate.keyring-rs for secure credential storage.For more details, see the Architecture Documentation.
This project is licensed under the MIT License - see the LICENSE file for details.