Adbnik — ADB device workspace: shell, APK install, SSH, serial, files, USB screen (PyQt5 desktop).
Project description
Adbnik
Adbnik is a desktop control room for Android and embedded work: ADB shell tabs, SSH sessions, serial (COM) consoles, device and remote file browsing, and USB screen mirroring (via scrcpy or another tool you install)—in one window with tabs and bookmarks.
It is not made by Google. It does not bundle ADB, OpenSSH, or scrcpy. Install those yourself (or use existing installs) and set paths under File → Preferences if they are not on your PATH.
Positioning: Adbnik is an ADB device workspace—an ADB explorer–style workflow in one window: shells, on-device files, optional APK push via adb install, plus SSH, serial, and launching your mirroring binary. The product name stays Adbnik everywhere.
Why “Adbnik”
The name keeps ADB visible and uses ‑nik as a short, memorable suffix (a compact “nickname” for an ADB‑centric desktop). It is not a Google or Android trademark; the project is Adbnik only.
Screenshots
Source files: docs/screenshots/. PyPI and GitHub use absolute raw URLs below.
Main window
Terminal
File Explorer
Screen Control
What you can do
| Goal | In Adbnik |
|---|---|
| Shell, APK install, device commands | ADB: pick a device, shell tabs, Session → ADB → Install APK, bookmarks, shortcuts. |
| Remote servers | SSH tabs using the ssh client on your PATH. |
| Boards / firmware logs over COM | Serial: port and baud in the same UI. |
| Files on phone or server | File explorer workflows (Android / remote). |
| Mirror the device screen on PC | Screen: launch your mirroring tool (e.g. scrcpy). |
Before you install
- Python 3.9+ (64-bit recommended on Windows).
- Platform-tools (ADB) on
PATH, USB debugging on the device. - OpenSSH client (
ssh) onPATHfor SSH tabs. - scrcpy (or similar) for mirroring, on
PATHor set in Preferences. - COM hardware + driver for serial.
Install
Use the same Python for pip and for running the app. On Windows this avoids broken Scripts\adbnik.exe installs.
Recommended:
py -m pip install --upgrade pip
py -m pip install adbnik
py -m adbnik
If you use a specific Python installation, use that interpreter for both pip and adbnik:
"C:\Path\To\Python\python.exe" -m pip install --upgrade pip
"C:\Path\To\Python\python.exe" -m pip install adbnik
"C:\Path\To\Python\python.exe" -m adbnik
Always prefer python -m adbnik if double-clicking adbnik.exe ever fails.
First run
- Start the app with
py -m adbnik(orpython -m adbnikfrom the environment where you installed the package). - Set ADB / scrcpy paths in File → Preferences if not on
PATH. - Open ADB, SSH, Serial, Files, or Screen from the UI.
Settings are stored in a .adbnik.json file under your user profile. If you previously used an older config named .devicedeck.json, it is migrated when you save preferences.
Fix: ModuleNotFoundError: No module named 'adbnik'
The package is not installed for the same Python that runs your command or shortcut (often mixed pip / mixed Python). Reinstall using that interpreter:
"C:\Path\To\Python\python.exe" -m pip uninstall adbnik -y
"C:\Path\To\Python\python.exe" -m pip install --force-reinstall adbnik
"C:\Path\To\Python\python.exe" -c "import adbnik; print(adbnik.__file__)"
"C:\Path\To\Python\python.exe" -m adbnik
Use python.exe -m pip for the same python.exe you use to run the app—not a different pip on PATH.
On Windows, list interpreters: py -0p.
Development
From a clone of this repository:
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
Optional Windows installers or other distribution formats may be published via GitHub Releases or the project site (see links below)—not part of the PyPI package.
Links
| Repository | github.com/nvnkennedy/adbnik |
| PyPI | pypi.org/project/adbnik |
| Site | 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.3.16.tar.gz.
File metadata
- Download URL: adbnik-0.3.16.tar.gz
- Upload date:
- Size: 516.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b79aff30d182d1fe20785b1af125f0fea33cc73269735486e1959c5cac7447e
|
|
| MD5 |
42b60a02227313952a57fdefa4c4dcca
|
|
| BLAKE2b-256 |
5f59f5cea978cec7164b650258fcdaea80b52c3ce416d4f754b167264dc18aec
|
File details
Details for the file adbnik-0.3.16-py3-none-any.whl.
File metadata
- Download URL: adbnik-0.3.16-py3-none-any.whl
- Upload date:
- Size: 127.4 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 |
0edc7ca0d59646b4f8755a7dcfb3e16d0a2ac88d398f0e3ebd98083abefdfdf0
|
|
| MD5 |
8e8353bfb16374c914fa813f11b3d2cf
|
|
| BLAKE2b-256 |
a413abe55793f0386b20674c4d1018a2623f12db6576796e60af2a6e554d7157
|