An Electron application that instantly toggles your display between a macOS system update screen, a kernel build terminal, and a Microsoft Excel spreadsheet interface. Runs silently in the background and activates via global hotkeys.
Emulates a clean macOS system installation screen with zero OS window borders
Simulates C++/Linux kernel compilation output with real-time auto-scrolling
A full-featured Excel interface featuring ribbon tabs, formula bar, cell coordinates, grid indices, and sheet controls
| Shortcut / Key | Action |
|---|---|
Cmd + Escape / Ctrl + Escape |
Show / Hide Window |
1 |
Switch to macOS Update |
2 |
Switch to Terminal Log |
3 |
Switch to Excel Inventory |
Escape |
Close Application |
# Clone the repository
git clone [https://github.com/your-username/panic-screen.git](https://github.com/your-username/panic-screen.git)
# Navigate into directory
cd panic-screen
# Install dependencies
npm install
# Start the application
npm start

