Adbnik — ADB device workspace: shell, APK install, SSH, serial, files, USB screen (PyQt5 desktop).
Project description
Adbnik
Adbnik is a PyQt5 desktop app for Android and remote workflows: ADB shells and shortcuts, SSH terminals, serial consoles, file transfer (device, SFTP, FTP), and launching screen mirroring (e.g. scrcpy) from one tabbed window.
Third-party tools (adb, ssh, scrcpy) are not bundled—install them separately and point to them in File → Preferences if they are not on your PATH.
Features
| Area | What you get |
|---|---|
| ADB | Device list, shell tabs, APK install flow, bookmarks, quick commands |
| SSH | Full-screen terminal using your system OpenSSH client |
| Serial | COM port + baud in the UI |
| Files | Local ↔ remote browser (Android / SFTP / FTP) |
| Screen | Start and manage mirroring with your chosen executable |
Requirements
- Python 3.9+ (64-bit recommended on Windows)
- Android: USB debugging; platform-tools (
adb) available to that Python environment - SSH:
sshonPATH(or configured the same way your shell finds it) - Mirroring:
scrcpyor another tool, onPATHor set in Preferences - Serial: Port visible to the OS with a suitable driver
Install
Use one Python interpreter for both pip and launch (avoids broken entry points on Windows):
py -m pip install --upgrade pip
py -m pip install adbnik
py -m adbnik
With a specific interpreter:
"C:\Path\To\Python\python.exe" -m pip install adbnik
"C:\Path\To\Python\python.exe" -m adbnik
First launch
- Run
python -m adbnikfrom the environment where the package is installed. - Set ADB / scrcpy paths under File → Preferences if needed.
- Open the Terminal, Files, or Screen areas from the main tabs.
Configuration is stored in a .adbnik.json file under your user profile. Older .devicedeck.json settings are migrated when you save preferences.
Screenshots
Development
git clone https://github.com/nvnkennedy/adbnik.git
cd adbnik
py -m venv .venv
.venv\Scripts\activate
py -m pip install -e ".[dev]"
py -m pytest tests -q
py -m adbnik
Troubleshooting
ModuleNotFoundError: No module named 'adbnik' — Install with the same python.exe you use to run the app:
"C:\Path\To\Python\python.exe" -m pip install --force-reinstall adbnik
"C:\Path\To\Python\python.exe" -m adbnik
On Windows, list interpreters with py -0p.
Links
| Resource | URL |
|---|---|
| Repository | https://github.com/nvnkennedy/adbnik |
| PyPI | https://pypi.org/project/adbnik/ |
| Site | https://nvnkennedy.github.io/adbnik/ |
License
MIT — see LICENSE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file adbnik-0.7.4.tar.gz.
File metadata
- Download URL: adbnik-0.7.4.tar.gz
- Upload date:
- Size: 526.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e9263cebdef28463a2f48937813fa087b279d36b3004889702aeffc26ec75832
|
|
| MD5 |
b605a2b79f0fd6375886875a84ba8267
|
|
| BLAKE2b-256 |
d9a31e42383586d5992e85adb2dede1f5e327879aa8185da70348a1862fb03b4
|
File details
Details for the file adbnik-0.7.4-py3-none-any.whl.
File metadata
- Download URL: adbnik-0.7.4-py3-none-any.whl
- Upload date:
- Size: 137.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b1ce6b2010494bb41edb50a8c81a2367d1c16b6844e522eebcb5d58cc4dccbbf
|
|
| MD5 |
28584051d3082102c5332e42e5bd4d68
|
|
| BLAKE2b-256 |
abfdb1fca85f0fa104e931eaf3355870e5fe6c767a6bab672931772c6538d278
|