Skip to content

Latest commit

 

History

499 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grok Remote

Drive Grok Build from your phone or browser — live sessions, tools, history, and control on the same network as your PC.

License: MIT Release Theme

Repo https://github.com/Amnibro/grok-remote
Plugin /remote · /remote-stop · /remote-autostart
Default theme Grok (full greyscale) · dark
Safe demo http://host:2421/?demo=1 — no real chats, no agent
Companion Optional /xr hologram — off until Settings → Apps → Companion
License MIT

Companion model: High Poly Rikku by HumanContraband, CC BY 4.0. Clip JSON under clips/ is Mixamo-baked motion for that rig.

Grok Remote desktop — Grok theme, sessions rail and live chat

Desktop · Grok theme · demo data only


Companion (/xr)

Opt-in hologram in your room (Quest browser or Preview on a 2D screen). Turn it on from Settings → Apps → Companion, then Open companion or the composer XR chip. Remote in the overlay returns to the text UI. Motion service is motion_service.py on port 2423.

python motion_service.py

Install

Windows desktop app (Tauri + WebView2) — wraps a running hub or starts one. Needs grok on PATH.

Hub plugin (phone + browser UI on :2421):

grok plugin install Amnibro/grok-remote --trust
grok plugin enable grok-remote

Pin a release:

grok plugin install Amnibro/grok-remote@v1.9.21 --trust

In the TUI, reload plugins if needed (/pluginsr), then:

/remote

Open the printed URL on your phone (same Wi‑Fi), e.g. http://192.168.x.x:2421/?auto=1.

Linux / macOS: unpack the source tarball, run ./start.sh (Python 3.10+), open the printed URL.


Product tour

All images below use ?demo=1 sample sessions (titles like Ship remote cockpit polish) — not personal chats or real paths.

Desktop cockpit (Grok)

Sessions rail + live feed + composer. Tool cards show syntax-colored edits.

Desktop chat

Command deck (☰)

Top-right control opens the Command deck: Skills, New task, delivery mode, permission cycle, Tools (Todos / Terminal / Git / Export…), hide/collapse grids, apps, theme, tour.

Command deck

Special tools in the deck

Scroll the deck for specials — path attach, todos, terminal, git diff, export. (Composer + is attach-only.)

Tools in command deck

Link control (orbit)

Planet control: Start server, Stop remote, health — without killing your desktop TUI.

Orbit link menu

Skills & slash commands

Skills sheet merges agent commands + disk skills. Remote also intercepts /effort and /loop (hub scheduler — no CLI window required).

Skills sheet

Setup & theme gallery

Pick Grok, product accents, or fun skins × light/dark.

Grok (default) Amni-Scient Matrix
Setup Grok Scient Matrix
Ubuntu Commodore Grok light
Ubuntu Commodore Grok light

Spoiler mode

Blur titles, paths, and IDs for safe sharing. Desktop: hold Alt to peek. Phone: private-screen badge.

Spoiler desktop

Phone

Chat (Grok) Command deck Spoiler Scient skin
Phone chat Phone menu Phone spoiler Phone scient

Features

Area What you get
Sessions List, open, archive (device-local), live vs historical
History Disk-first chat paint; scroll up for older turns; clean You bubbles (no instruction chrome)
Live stream ACP updates + disk catch-up for PC-side prompts
Composer Attach (+), Mic / XR, Interject · Queue · FYI when busy, Cancel
Command deck Skills, task, permission cycle, tools, hide/collapse, IDE, persona, watch, Delve, theme, tour
Orbit Start / stop remote stack + health
/effort low · medium · high · xhigh (livebar chip or slash)
/loop Hub scheduler — fires on the open session without a CLI window; /loops · /loop stop
Skills Agent + disk skill palette
Themes Grok greyscale default + Scient + retro gallery
Spoiler Privacy blur for screenshots
Desktop app Optional Tauri window (GrokRemote.exe) wrapping the same hub as the phone

Quick start

From Grok Build

/remote

Manual

cd path\to\grok-remote
.\start.ps1 -Cwd path\to\your\project

Desktop app (Windows)

Download GrokRemote.exe or build:

cd desktop-tauri
npm install
npm run build

Details: desktop-tauri/README.md


Architecture

Phone / browser  ──HTTP──►  UI + hub  :2421
                 ──WS /ws─►  multi-client hub  ──►  grok agent serve  127.0.0.1:2419
                                                         │
                                                    tools / files on PC
  • Hub fans out one agent to many clients (phone + desktop).
  • /loop jobs live under ~/.grok/plugin-data/grok-remote/loops.json and fire via the hub.
  • Prefer same Wi‑Fi / VPN; don’t expose the agent to the open internet without care.

Auto-start (optional)

powershell -File .\scripts\install-autostart.ps1 -Cwd path\to\project
powershell -File .\scripts\install-autostart.ps1 -Boot -Cwd path\to\project
powershell -File .\scripts\install-autostart.ps1 -Disable

Or in TUI: /remote-autostart on · boot · off · status

Config: ~/.grok/plugin-data/grok-remote/config.json (default off).


Safety

  • Never Stop-Process -Name grok (kills every Grok session on the machine).
  • /remote-stop only stops remote UI + remote agent serve.
  • Public docs and screenshots use ?demo=1 only — no real session titles or machine paths.

Develop & screenshots

.\start.ps1 -Cwd .
# then, with UI on :2421:
node scripts/capture-screenshots.mjs

Writes docs/screenshots/*.png from demo mode (Grok + theme gallery + phone). Requires Chrome + playwright-core.

See CONTRIBUTING.md and architecture_map.md.


Docs

Doc Purpose
PUBLISH.md Plugin install & marketplaces
skills/remote/SKILL.md /remote skill
changelog.md Release notes
architecture_map.md Layout & privacy

License

MIT — see LICENSE.

About

Live phone/browser controller for Grok Build — LAN ACP UI, sessions, history, Skills, New Task. Plugin: /remote

Resources

Contributing

Stars

7 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages