====================================
/// Inspired by Cyberpunk 2077’s hacking interface
/// Simulates the NETTECH Breach Protocol minigame
/// Launches an ncurses-powered interactive terminal dashboard
A personal terminal startup project designed to simulate the hacking terminal from Cyberpunk 2077.
Includes service management, system shortcuts, and a customizable curses menu — all wrapped in a retro-futuristic interface.
Use the included installer script to set up required packages and tools.
git clone https://github.com/ARCANGEL0/netrunner-cli
cd netrunner-cli
chmod +x install.sh && ./install.shThis will:
- Install dependencies listed in the script
- Add NETRUNNER to your
.bashrcor.zshrc - Launch the minigame every time you open the terminal
- Automatically install Cool Retro Term
The terminal interface is locked behind a matrix-style minigame.
- Buffer length: 8
- Required sequence: Randomized
- Attempts allowed: 3
- CTRL key traps: Prevent unauthorized exit or backgrounding
- On fail: Terminal access is denied
Only those who breach the system may enter.
Once authenticated, the ncurses menu provides:
- Start/stop system services such as:
- apache
- mysql
- tor
- proxies
- Access to configuration files and scripts
- Shortcuts to useful utilities and tools
- Full user customization of commands and layout
Use it as a modular launch center for your workflow.
To skip the matrix challenge during startup:
[ F3 ] → Bypass the minigame and access the menu directly.
For when you just need to dive in fast.
This script was created as a personal startup shell wrapper — inspired by Cyberpunk 2077 and the aesthetic of Arasaka terminals.
It's made for immersion, speed, and full system control. Modify and adapt freely to fit your needs.