Most engineers begin on a desktop. The author of Nakshora began on a tablet — and never moved off it. What started as hardware limitation became philosophical statement: world-class software is bottlenecked by mindset, never by metal.
The workstation#
the actual workflow
termux@rrc-tablet:~$ tmux attach -t nakshora
termux@rrc-tablet:~$ code-server --bind-addr 0.0.0.0:8443
termux@rrc-tablet:~$ git push origin main # deferred to Wi-Fi; every milliamp is sacred- Termux provides the Debian-class userland: git, Node, PHP, MySQL clients.
- code-server is the IDE — extensions, terminal, debugging, Git UI in a browser tab.
- OpenSSH multiplexing keeps the radio idle; long compiles persist in tmux.
- Aiven-class MySQL over TLS means the tablet stays a thin compute surface.
Why it matters for Nakshora#
A compiler designed on battery power respects other people’s batteries: zero runtime, 18 ms JIT builds, 1.3 ms incremental rebuilds. The framework’s performance culture is the workstation’s power culture, generalized.
Pro tip. The docs you are reading were generated by scripts written in this environment. The CLI’s
doctor command exists because debugging on a tablet leaves no patience for mystery.