A modern system configuration tool for Linux, built with GTK4 and Python (libadwaita). Cortex brings together system tweaks, privacy controls, and Tor/network management in one clean interface.
- Tweaks - Appearance, fonts, window behavior, startup apps, GNOME extensions, lid actions
- Privacy - Screen & lock settings, recent files control, diagnostics opt-out
- Tor & Network - Tor service control, proxy settings, DNS leak detection, torrc editor
- Python 3
- GTK 4 (
gir1.2-gtk-4.0) - libadwaita (
gir1.2-adw-1) - Tor (
tor) python3-gi,python3-gi-cairo- Optional:
python3-stemfor Tor circuit info
git clone https://github.com/intelseclab/cortex
cd cortex
sudo bash install.shThe installer handles all dependencies automatically on Ubuntu/Debian/Kali.
# After install
cortex
# Or directly from source
python3 run.pycortex/
├── cortex/
│ ├── main.py # App entry point
│ ├── window.py # Main window & navigation
│ └── pages/
│ ├── tweaks.py # System tweak pages
│ ├── privacy.py # Privacy pages
│ └── tor.py # Tor & network pages
├── data/
│ ├── icons/ # App icons (16–512px + SVG)
│ └── cortex.desktop # Desktop entry
├── install.sh # System installer
└── run.py # Launcher
Contributions are welcome. To get started:
- Fork the repository
- Create a feature branch (
git checkout -b feature/my-feature) - Commit your changes (
git commit -m 'add my feature') - Push to your branch (
git push origin feature/my-feature) - Open a Pull Request
Please open an issue first for major changes to discuss what you'd like to add. Bug reports and feature requests are also appreciated via the issue tracker.
- Icon: brain-circuit from Lucide Icons (ISC license)
- Built with ❤️ by Atilla
© 2026 IntelSecLab community
