Skip to content

Captain qBit

F-Droid

Open source

Control your qBittorrent server from your phone

Version
0.6.0
Size
5.3 MB
Updated
Jul 15, 2026
Get from Download APK (v0.6.0)
Signing certificate on record

About this app

Captain qBit is a modern Android app for managing a qBittorrent instance remotely over its Web API. It's a client for your self-hosted qBittorrent server — not a standalone downloader.

Features:

* Live torrent list with global and per-torrent speeds, progress, and ETA * Sort, search, and filter by status, category, tracker, or tags from a drawer sidebar * Category and tags shown as chips, with a colour you can pick per category * Manage multiple servers and switch between them * Add torrents via magnet links or .torrent files, with category, save path, start-paused, and Automatic Torrent Management options * Choose which files to download when adding, and set per-file priorities from the Files tab * Create categories on the fly, manage tags, recheck, reannounce, rename, and change save paths * Detailed view with Info, Files, Trackers, and Peers tabs, including a browsable file tree * Light, Dark, or System theme, with optional Material You dynamic colours * Optional status notification, plus opt-in alerts when a download or force-recheck finishes * Encrypted backup and restore of your servers and settings * Clear failure reasons when a torrent errors, instead of a bare "error" * Optional HTTP Basic Auth for servers behind a reverse proxy, plus self-signed certificate support * Works with qBittorrent 4.x and 5.x

Captain qBit began as a fork of qBittorrent Manager by Yash Garg and builds on that foundation. It is free and open source under the GPL-3.0 license.

Source code and issue tracker: https://github.com/Acamol/Captain-qBit

Licensed under GPL-3.0-only, by Aviad Gafni.

OfficialSignature VerifiedOpen Source

What's New in v0.6.0

Imported from the F-Droid repository index.

  • - Multiple servers: add several qBittorrent servers and switch between them from the drawer; add, edit or remove them in Settings
  • - New Settings screen: pick a Light, Dark or System theme, optionally turn on Material You dynamic colours, and control notifications
  • - Encrypted backup: export and import all your servers and settings as a passphrase-protected file
  • - Notifications: turn the ongoing status notification on or off, and get alerts when a download or a force-recheck finishes
  • - Choose whic

Version history

v0.6.0Latest
Signature continuous

Jul 15, 2026 · 5.3 MB · Android API 2835 · code 6

Imported from the F-Droid repository index.

  • - Multiple servers: add several qBittorrent servers and switch between them from the drawer; add, edit or remove them in Settings
  • - New Settings screen: pick a Light, Dark or System theme, optionally turn on Material You dynamic colours, and control notifications
  • - Encrypted backup: export and import all your servers and settings as a passphrase-protected file
  • - Notifications: turn the ongoing status notification on or off, and get alerts when a download or a force-recheck finishes
  • - Choose whic
INTERNETPOST_NOTIFICATIONSFOREGROUND_SERVICEFOREGROUND_SERVICE_DATA_SYNCFOREGROUND_SERVICE_SPECIAL_USEWAKE_LOCKACCESS_NETWORK_STATERECEIVE_BOOT_COMPLETEDdev.acamol.qbit.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION

SHA-256 3d4d778cf3d23dc6b329ee38d11e2748cb9be7c417db5a21fd50957654b93aa2

v0.5.0
Signature continuous

Jul 13, 2026 · 5.1 MB · Android API 2835 · code 5

Imported from the F-Droid repository index.

  • - Redesigned filtering: the filter button and chip row are replaced by a navigation drawer sidebar for status, categories, tags and trackers
  • - Categories containing "/" are grouped into a collapsible tree; long-press a tag or category to edit or delete it
  • - Every filter in the drawer now shows a torrent count
  • - New Statistics screen (all-time totals, share ratio, cache/performance stats), opened from the drawer
  • - Manage tags/categories and toggle alternate speed limits from the drawer; free disk
INTERNETPOST_NOTIFICATIONSFOREGROUND_SERVICEFOREGROUND_SERVICE_DATA_SYNCWAKE_LOCKACCESS_NETWORK_STATERECEIVE_BOOT_COMPLETEDdev.acamol.qbit.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION

SHA-256 23d7351b7997b605b42c7754dd8e66ffd88aa7801cbd91918a5e65b3cd841d2f

v0.4.0
Signature continuous

Jul 10, 2026 · 5 MB · Android API 2835 · code 4

Imported from the F-Droid repository index.

  • - Proper TLS validation — self-signed certs are trusted via Android's certificate store instead of blindly
  • - Server passwords are now encrypted at rest, and backups are disabled
  • - Fewer permissions — removed storage and phone-state access
  • - Lower background battery use from the status notification
  • - Various fixes and build cleanups
INTERNETPOST_NOTIFICATIONSFOREGROUND_SERVICEFOREGROUND_SERVICE_DATA_SYNCWAKE_LOCKACCESS_NETWORK_STATERECEIVE_BOOT_COMPLETEDdev.acamol.qbit.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION

SHA-256 f82f2de64a0ce1661e760f8981245c64885eb81139207e6b41ad550126b828a6

Will it run on your device?

CompatibilityCheck the requirements

60%

  • Targets newer Android builds, so legacy devices may be excluded.
  • ABI coverage is focused on newer 64-bit devices.
  • Aligned with the latest Android target SDK expectations.
What changed in this release
Size delta
+0.2 MB
Added permissions
FOREGROUND_SERVICE_SPECIAL_USE
Removed permissions
None

Installation Guide

1

Open Settings on your Android device

2

Go to Security → Unknown sources (or Install unknown apps)

3

Enable "Allow from this source" for your browser or file manager

4

Open the downloaded APK file from your Downloads folder

5

Tap "Install" and wait for installation to complete

6

Launch the app from your home screen

Make sure to re-enable Unknown Sources restrictions after installation for security.

How to install this safely

How to verify the file you downloaded

Before you install anything, confirm the file is the one described here. On a computer, run shasum -a 256 your-download.apk (macOS or Linux) or certutil -hashfile your-download.apk SHA256 (Windows), then compare the output character-for-character with the SHA-256 on this page. If a single character differs, the file is not the build we recorded — delete it.

What the signing certificate proves

Every Android app is signed with a private key that only its developer holds. The fingerprint on this page is a hash of the matching public certificate, and it proves continuity rather than identity: it tells you a build came from whoever signed the earlier ones. Android enforces this at install time — if a package claiming to be dev.acamol.qbit is signed with a different key, the system will refuse to install it over your existing copy. A fingerprint that changes between releases is worth pausing on, because a repackaged app that has been modified by someone else cannot keep the original signature.

How to roll back to an earlier version

If the current release misbehaves, 0.5.0 is the last build before it. Android will not install an older version code over a newer one, so you must uninstall Captain qBit first — which clears its local data unless you have a backup. Reinstall the older APK only if its signing fingerprint matches the build you already trust, and check the API range: an older release may target an Android version your device has moved past.

Why we list sources instead of hosting everything

The official store channel is almost always the right choice: it updates automatically and carries the publisher's own distribution guarantees. A direct APK is useful when a device has no store access, when a rollout has not reached your region, or when you need a specific version — and only when the publisher has authorized that copy. APKBrowse does not list pirated, cracked, or unauthorized rebuilds of Captain qBit, and a listing is removed when the evidence for it stops holding up.

Get Captain qBit

Every source we list for dev.acamol.qbit is legality-reviewed. Pirated or cracked builds are never offered.

Other sources

F-Droid listing

official

F-Droid builds this app from source and signs it. This is its official listing, with older builds and full release notes.

Source code

verified publisher

The upstream repository this build is compiled from.

We check legality and signature continuity, but device behaviour still varies. Install at your own discretion.

App Information

Developer
F-Droid
Category
Productivity
Android
9.0+
Architectures
Version
0.6.0 (code 6)
Size
5.3 MB
Updated
Jul 15, 2026
Package name
dev.acamol.qbit

Security Verification

File integrity
SHA-256 recorded
Signing certificate
Fingerprint on record
Official source
Download APK (v0.6.0)

We record provenance; we do not run malware scans. Verify the hash yourself before installing.

SHA-256 Hash

3d4d778cf3d23dc6b329ee38d11e2748cb9be7c417db5a21fd50957654b93aa2

Signing certificate

e2fc9bd391f7d83b5231205908b8fb4e7b194e17bf58fe1b876c2bca7eb0dfd4

Permissions Required

INTERNET
POST_NOTIFICATIONS
FOREGROUND_SERVICE
FOREGROUND_SERVICE_DATA_SYNC
FOREGROUND_SERVICE_SPECIAL_USE
WAKE_LOCK
ACCESS_NETWORK_STATE
RECEIVE_BOOT_COMPLETED
dev.acamol.qbit.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION

Previous Versions

Signature verified

The signing certificate fingerprint for this release is on record, so a build that does not match it did not come from this publisher.

Report a problem with this listing

A listing is only as good as its corrections. If a source is broken, a signature looks wrong, or this app should not be here, tell the moderation team.

Report a problem