-
Notifications
You must be signed in to change notification settings - Fork 2
Device Categories
SecuBox uses a unified 6-category icon system across all devices and interfaces. This Hamiltonian path (AUTH → MESH) represents the security flow from authentication to network mesh.
| Index | Icon | Name | Role | Color | Hex |
|---|---|---|---|---|---|
| 0 | 🔐 | AUTH | Authentication / VPN / Encryption | Rust | #C04E24 |
| 1 | 🛡️ | WALL | Firewall / nftables / CrowdSec | Amber | #9A6010 |
| 2 | ⚙️ | BOOT | System / OS / Services | Crimson | #803018 |
| 3 | 🧠 | MIND | AI / CPU / Processing | Indigo | #3D35A0 |
| 4 | 🌳 | ROOT | Privileges / Integrity / Trust | Teal | #0A5840 |
| 5 | 🌐 | MESH | Network / WireGuard / Tailscale | Navy | #104A88 |
The order AUTH → WALL → BOOT → MIND → ROOT → MESH follows the Hamiltonian path defined in the SecuBox security charter:
AUTH ─────► WALL ─────► BOOT
│ │
│ ┌─────────────────┐ │
│ │ SecuBox Core │ │
│ └─────────────────┘ │
│ │
MESH ◄───── ROOT ◄───── MIND
- AUTH — Entry point: user authenticates
- WALL — Traffic filtered by firewall rules
- BOOT — System services respond
- MIND — AI/processing analyzes request
- ROOT — Privileges verified, integrity checked
- MESH — Connected to network mesh
Physical HMI module with 6 RGB LEDs and capacitive touch zones.
| Feature | Description |
|---|---|
| LEDs | 6× SK6812-MINI-E (RGB, 5V) |
| Touch | 6× capacitive pads (AT42QT2120) |
| Interface | USB-C / I²C |
| Animations | Sweep, breathing, panic |
LED Behaviors:
- Solid — Status OK
- Flash — Error or event
- Pulse — Operation in progress
- Sweep — Hamiltonian animation
See: Smart-Strip
Remote dashboard with HyperPixel 2.1 Round display.
| Category | Display Element |
|---|---|
| AUTH | VPN status indicator |
| WALL | Firewall activity graph |
| BOOT | System health gauge |
| MIND | CPU/AI load meter |
| ROOT | Integrity status |
| MESH | Network topology |
See: Eye-Remote
Web-based dashboard using the 6-category layout.
| Category | Panel Content |
|---|---|
| AUTH | Active sessions, certificates |
| WALL | Firewall rules, blocked IPs |
| BOOT | Services status, uptime |
| MIND | AI insights, CPU graphs |
| ROOT | Audit log, integrity checks |
| MESH | Peers, bandwidth, latency |
Terminal-based interface with 6-panel layout.
┌─────────────────────────────────────────────────┐
│ AUTH │ WALL │ BOOT │ MIND │ ROOT │ MESH │
├──────┴──────┴──────┴──────┴──────┴──────┤
│ │
│ SecuBox Console │
│ │
└─────────────────────────────────────────┘
:root {
--auth: #C04E24; /* Rust */
--wall: #9A6010; /* Amber */
--boot: #803018; /* Crimson */
--mind: #3D35A0; /* Indigo */
--root: #0A5840; /* Teal */
--mesh: #104A88; /* Navy */
}| Pad | HID Usage | Linux Key |
|---|---|---|
| AUTH | 0x0220 |
KEY_F13 |
| WALL | 0x021F |
KEY_F14 |
| BOOT | 0x0192 |
KEY_F15 |
| MIND | 0x019C |
KEY_F16 |
| ROOT | 0x0194 |
KEY_F17 |
| MESH | 0x023D |
KEY_F18 |
| Register | Category | Description |
|---|---|---|
0x10 |
AUTH | LED0 RGB (3 bytes) |
0x13 |
WALL | LED1 RGB (3 bytes) |
0x16 |
BOOT | LED2 RGB (3 bytes) |
0x19 |
MIND | LED3 RGB (3 bytes) |
0x1C |
ROOT | LED4 RGB (3 bytes) |
0x1F |
MESH | LED5 RGB (3 bytes) |
| ID | Name | Pattern |
|---|---|---|
| 0 | Manual | Direct control |
| 1 | Sweep | Hamiltonian sweep AUTH→MESH |
| 2 | Panic | ROOT flashes red, reverse sweep |
| 3 | Breathing | All LEDs pulse in sync |
| 4 | Boot | Sequential light-up |
- Smart-Strip — HMI module
- Eye-Remote — Remote dashboard
- UI Comparison — Interface comparison
SecuBox-Deb · Licence : CMSD-1.0 (Source-Disclosed)
Contact : CyberMind · Gérald Kerma · Notre-Dame-du-Cruet, Savoie
Hardware-Matrix · Acknowledgments · Wiki v2.5.0
SecuBox | FR | DE | 中文 | v2.2.4-pre1
- Multiboot ⭐
-
Live-USB-VirtualBox
run-vbox.sh -
Live-USB-QEMU
run-qemu.sh - Live-USB | FR | DE | 中文
- Installation | FR | DE | 中文
- ARM-Installation | FR | DE | 中文
- ESPRESSObin | FR | DE | 中文
- Eye-Remote 📡
- Android-ToolBox 📱 one-tap R3
- Browser-Extension 🧩 cartographie
- QEMU-ARM64 🖥️
- Configuration | FR | DE | 中文
- Troubleshooting | FR | DE | 中文
- Anti-Track 🛡️ bloque · empoisonne · anonymise
- ThreatMesh 🛰️ blocklist souveraine (feeds + mesh, sans CAPI) | FR
- MODULES-EN 🇬🇧
- MODULES-FR 🇫🇷
- MODULES-DE 🇩🇪
- MODULES-ZH 🇨🇳
- API-Reference | FR | DE | 中文
- UI-COMPARISON
- Multi-Agent-Worktree — un agent · une issue · une branche