v1.0.0
Pre-release
Pre-release
ποΈ LinuxInk v1.0.0 β First Public Release
The screen annotation tool Linux users actually asked for.
LinuxInk is a lightweight, hotkey-driven screen annotation overlay
built natively for Linux using Python + PyQt6. Draw, highlight, and
annotate anything on your screen in real time β no Windows, no workarounds.
β¨ What's Included
- ποΈ Freehand pen drawing over any window
- π Shapes β lines, rectangles, circles, arrows
- π¨ Color palette + stroke width selector
- β©οΈ Infinite undo / redo (Ctrl+Z / Ctrl+Y)
- ποΈ Select and delete individual annotations
- πΈ Save annotated screenshot to Desktop (F9)
- π¦ Spotlight mode (F10)
- β¨οΈ Full hotkey support β zero workflow interruption
- πͺ Transparent overlay β works over any application
β¨οΈ Hotkeys
| Key | Action |
|---|---|
F6 |
Toggle annotation mode ON/OFF |
F7 |
Clear all annotations |
F8 |
Undo last annotation |
F9 |
Save screenshot |
F10 |
Spotlight mode |
Esc |
Quit |
π Quick Start
git clone https://github.com/parbatzone/linuxink.git
cd linuxink
pip install -r requirements.txt
python linuxink.pyRequirements: Python 3.10+ Β· PyQt6 Β· Linux (X11)
π₯οΈ Tested On
- Kali Linux (XFCE)
- X11 windowing system
Built by @parbatzone