{"id":30130860,"url":"https://github.com/autobrr/qui","last_synced_at":"2026-01-28T22:01:01.069Z","repository":{"id":308734813,"uuid":"1031849744","full_name":"autobrr/qui","owner":"autobrr","description":"A fast, single-binary qBittorrent web UI: manage multiple instances, automate torrent workflows, and cross-seed across trackers.","archived":false,"fork":false,"pushed_at":"2026-01-26T13:01:24.000Z","size":14311,"stargazers_count":2419,"open_issues_count":60,"forks_count":68,"subscribers_count":7,"default_branch":"develop","last_synced_at":"2026-01-26T13:10:34.571Z","etag":null,"topics":["cross-seed","cross-seeding","go","golang","libtorrent","qbit","qbittorrent","workflows"],"latest_commit_sha":null,"homepage":"https://getqui.com","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/autobrr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["s0up4200","zze0s"],"buy_me_a_coffee":"s0up4200","ko_fi":"s0up4200"}},"created_at":"2025-08-04T12:28:27.000Z","updated_at":"2026-01-26T11:57:00.000Z","dependencies_parsed_at":"2025-10-16T12:48:05.270Z","dependency_job_id":"3506f3e3-78c4-4a73-b308-fce4c99c2466","html_url":"https://github.com/autobrr/qui","commit_stats":null,"previous_names":["autobrr/qui"],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/autobrr/qui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autobrr%2Fqui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autobrr%2Fqui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autobrr%2Fqui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autobrr%2Fqui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/autobrr","download_url":"https://codeload.github.com/autobrr/qui/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autobrr%2Fqui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28853194,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T15:15:36.453Z","status":"ssl_error","status_checked_at":"2026-01-28T15:15:13.020Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cross-seed","cross-seeding","go","golang","libtorrent","qbit","qbittorrent","workflows"],"created_at":"2025-08-10T18:08:48.220Z","updated_at":"2026-01-28T22:01:01.063Z","avatar_url":"https://github.com/autobrr.png","language":"Go","funding_links":["https://github.com/sponsors/s0up4200","https://github.com/sponsors/zze0s","https://buymeacoffee.com/s0up4200","https://ko-fi.com/s0up4200","https://buy.polar.sh/polar_cl_yyXJesVM9pFVfAPIplspbfCukgVgXzXjXIc2N0I8WcL","https://buymeacoffee.com/ze0s"],"categories":["Go","TypeScript"],"sub_categories":[],"readme":"# qui\n\nA fast, modern web interface for qBittorrent. Supports managing multiple qBittorrent instances from a single, lightweight application.\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\".github/assets/qui.png\" alt=\"qui\" width=\"100%\" /\u003e\n\u003c/div\u003e\n\n## Documentation\n\nFull documentation available at **[getqui.com](https://getqui.com)**\n\n## Quick Start\n\n### Linux x86_64\n\n```bash\n# Download and extract the latest release\nwget $(curl -s https://api.github.com/repos/autobrr/qui/releases/latest | grep browser_download_url | grep linux_x86_64 | cut -d\\\" -f4)\ntar -C /usr/local/bin -xzf qui*.tar.gz\n\n# Run\n./qui serve\n```\n\nThe web interface will be available at http://localhost:7476\n\n### Docker\n\n```bash\ndocker run -d \\\n  -p 7476:7476 \\\n  -v $(pwd)/config:/config \\\n  ghcr.io/autobrr/qui:latest\n```\n\n## Features\n\n- **Single Binary**: No dependencies, just download and run\n- **Multi-Instance Support**: Manage all your qBittorrent instances from one place\n- **Fast \u0026 Responsive**: Optimized for performance with large torrent collections\n- **Cross-Seed**: Automatically find and add matching torrents across trackers\n- **Automations**: Rule-based torrent management with conditions and actions\n- **Backups \u0026 Restore**: Scheduled snapshots with multiple restore modes\n- **Reverse Proxy**: Transparent qBittorrent proxy for external apps\n\n## Community\n\nJoin our community on [Discord](https://discord.autobrr.com/qui)!\n\n## Support\n\n- [GitHub Discussions](https://github.com/autobrr/qui/discussions/new/choose) - Feature requests and bug reports\n- [GitHub Issues](https://github.com/autobrr/qui/issues) - Work in progress\n\n## Support Development\n\nqui is developed and maintained by volunteers. Your support helps us continue improving the project.\n\n### License Key\n\nDonate what you want (minimum $4.99) to unlock premium themes:\n- Use any donation method below\n- After donating, DM soup or ze0s on Discord (whoever you donated to)\n  - For crypto, include the transaction hash/link\n- You'll receive a 100% discount code\n- Redeem the code on [Polar](https://buy.polar.sh/polar_cl_yyXJesVM9pFVfAPIplspbfCukgVgXzXjXIc2N0I8WcL) (free order) to receive your license key\n- Enter the license key in Settings → Themes in your qui instance\n- License is lifetime\n\n### Donation Methods\n\n- **soup**\n  - [GitHub Sponsors](https://github.com/sponsors/s0up4200)\n  - [Buy Me a Coffee](https://buymeacoffee.com/s0up4200)\n  - [Ko-fi](https://ko-fi.com/s0up4200)\n- **zze0s**\n  - [GitHub Sponsors](https://github.com/sponsors/zze0s)\n  - [Buy Me a Coffee](https://buymeacoffee.com/ze0s)\n\n#### Cryptocurrency\n\n#### Bitcoin (BTC)\n- soup: `bc1qfe093kmhvsa436v4ksz0udfcggg3vtnm2tjgem`\n- zze0s: `bc1q2nvdd83hrzelqn4vyjm8tvjwmsuuxsdlg4ws7x`\n\n#### Ethereum (ETH)\n- soup: `0xD8f517c395a68FEa8d19832398d4dA7b45cbc38F`\n- zze0s: `0xBF7d749574aabF17fC35b27232892d3F0ff4D423`\n\n#### Litecoin (LTC)\n- soup: `ltc1q86nx64mu2j22psj378amm58ghvy4c9dw80z88h`\n- zze0s: `ltc1qza9ffjr5y43uk8nj9ndjx9hkj0ph3rhur6wudn`\n\n#### Monero (XMR)\n- soup: `8AMPTPgjmLG9armLBvRA8NMZqPWuNT4US3kQoZrxDDVSU21kpYpFr1UCWmmtcBKGsvDCFA3KTphGXExWb3aHEu67JkcjAvC`\n- zze0s: `44AvbWXzFN3bnv2oj92AmEaR26PQf5Ys4W155zw3frvEJf2s4g325bk4tRBgH7umSVMhk88vkU3gw9cDvuCSHgpRPsuWVJp`\n\n---\n\nAll methods unlock premium themes — use whichever works best for you. For other currencies or donation methods, [reach out on Discord](https://discord.autobrr.com/qui).\n\nThank you for your support ❤️\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nGPL-2.0-or-later\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautobrr%2Fqui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fautobrr%2Fqui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautobrr%2Fqui/lists"}