$ npx helixbox-cli --info
[HelixBox CLI v1.0.0]
Initializing project diagnostics...
=== INSPIRATION ===
Developers love to build, but being chained to a desk is a bottleneck.
Standard laptops are heavy, and existing mobile coding tools are either
limited to slow, isolated browser environments or lack real terminal
and process management.
We asked: Why can't we code on a smartphone, but leverage our
high-powered desktop hardware and local filesystems securely?
That inspired HelixBox.
=== WHAT IT DOES ===
HelixBox turns your phone into a full-featured coding client:
1. QR Code Pairing: Spawns a secure connection to your workstation.
2. Real-time PTY: Run native shell commands directly from the app.
3. File Explorer & Editor: Edit code with syntax highlighting on mobile.
4. AI-Assisted Workflows: Codex & GPT-5.6 explain error logs and run scripts.
$ npx helixbox-cli --inspect-architecture
=== ARCHITECTURE BREAKDOWN ===
* PTY Engine (Rust):
Built on Wezterm internals. Renders pseudo-terminal sessions
and outputs optimized JSON change deltas over stdout.
* Bridge CLI (TypeScript):
Manages shell execution, coordinates filesystem operations,
and routes network traffic locally.
* Relay Server (Bun):
High-performance WebSocket managers and proxies built in Bun
for low-latency packet routing.
* Mobile IDE (React Native / Expo):
Responsive frontend that emulates terminal shell outputs
and handles file storage operations.
$ npx helixbox-cli --ai-session
=== CODEX & GPT-5.6 METRICS ===
* Terminal Cell Diffing:
Codex co-authored the incremental screen buffer grid logic in Rust.
* Connection Handling:
GPT-5.6 designed the network reconnect state machine in Bun to
prevent socket drops during cell tower handoffs.
* Type Checking:
Codex generated TypeScript typings for our custom control-plane
protocol, accelerating frontend integration.
$ npx helixbox-cli --diagnose-challenges
=== RESOLVED CHALLENGES ===
* Mobile Latency:
Running "htop" or "vim" was laggy over cellular connections.
Solved by sending text delta packages instead of full screen redraws.
* Sandboxing:
Ensured all mobile command executions are strictly scoped to the
active CLI folder directory path.
$ npx helixbox-cli --roadmap
=== WHAT'S NEXT FOR HELIXBOX ===
* Web3 Tooling:
Integrating Solana (Anchor) and Stellar (Soroban) compilation environments.
* Compute Leasing:
Allowing developers to rent out idle hardware CPU/GPU time as cloud
sandboxes, settled via micro-payments.
Log in or sign up for Devpost to join the conversation.