Code anytime, anywhere.
live · driving your desktop from a browser
main.go wrap
root@vm:~/demo$ go build -o demo .
root@vm:~/demo$ ./demo
Hello, 16code!
root@vm:~/demo$
Scroll
01 — Remote control
Code from the train.
Refactor MailListdone ✓
Wire MCP server+218 −12
Extract each row into MailListItem.
On it — keeping selection and keyboard nav.
✓ Created MailListItem.tsx +62
✓ Edited MailList.tsx +18 −74
Describe what to build…
+ </> Claude Opus 4.7 ⌄ ↑
02 — Live AI usage
Three batteries. One glance.
LIVE
CONTEXT62%
input + cache · 200K window
5-HOUR41%
resets in 2h 18m
WEEKLY23%
resets Mon 09:00
03 — Notifications
Walk away. We'll ping you.
SATURDAY, JUNE 26
9:41
16
16code now
✓ Task done · migrated config, 3 files, all tests green.
04 — Git built in
Commit and push in a tap.
⎇ main · 3 changed · ↑ 1
M internal/config/load.go
A deploy/server.json
- config := loadYAML(path)
+ config := loadJSON(path)
if err != nil {
- return fmt.Errorf("yaml: %w", err)
+ return fmt.Errorf("json: %w", err)
Phone → cloud → computer
Send a command from anywhere.
📱Phone
☁️Cloud
💻Computer
build the app
Runs where you do
macOS, Windows, Linux.
The agent runs on any of them. Drive it from any browser, on any device.
Get started
Install in one line.
One command downloads, installs and starts the agent — then drive it from any browser.
Downloads, installs and starts the agent — all in one.
$ curl -fsSL https://16co.de/install_agent.sh | sh
Learn more
Take it further.
Walk through the guided install, browse the source, or read the docs.