Control your computer
via Discord & Telegram

AI coding agent that runs on your machine. Message a bot, execute commands locally.

npm install -g gwokclick to copy
terminal
   ______   __       __   ______   __    __
  /      \ |  \  _  |  \ /      \ |  \  /  \
 |  $$$$$$\| $$ / \ | $$|  $$$$$$\| $$ /  $$
 | $$ __\$$| $$/  $\| $$| $$  | $$| $$/  $$
 | $$|    \| $$  $$$\ $$| $$  | $$| $$  $$
 | $$ \$$$$| $$ $$\$$\$$| $$  | $$| $$$$$\
 | $$__| $$| $$$$  \$$$$| $$__/ $$| $$ \$$\
  \$$    $$| $$$    \$$$ \$$    $$| $$  \$$\
   \$$$$$$  \$$      \$$  \$$$$$$  \$$   \$$
$ npm install -g gwok
+ gwok@1.0.8
$ gwok
Connected to server!
$ /link discord 123456789
discord linked successfully!
$ /link telegram 987654321
telegram linked successfully!
Ready. Message @gwok on Discord or @gwokbot_bot on Telegram.
01 / HOW IT WORKS

Your computer, controlled remotely

Gwok runs on your machine and connects to a central server. When you message the bot on Discord or Telegram, your message routes to your computer where Grok AI executes commands and sends results back.

1

Install & Connect

Install gwok globally and run it. It connects to the server automatically.

npm install -g gwok && gwok
2

Link Your Account

Link your Discord or Telegram user ID to your running gwok instance.

/link discord YOUR_USER_ID
3

Message the Bot

Send messages to @gwok on Discord or @gwokbot_bot on Telegram. Commands execute on your computer.

"list files in my downloads folder"
02 / CAPABILITIES

What gwok can do

Read Files

Read any file on your system. View code, configs, logs.

Write & Edit Files

Create new files or modify existing ones. Edit code remotely.

Run Commands

Execute bash commands. Install packages, run scripts, git operations.

Search Files

Search through your codebase. Find files by name or content.

03 / PLATFORMS

Connect via

Link your accounts and message from anywhere.

04 / GET YOUR ID

How to find your user ID

D

Discord

Click on your profile in Discord, then click "Copy User ID".

T

Telegram

Message @gwokbot_bot and send /start - it will show your ID.

05 / UNINSTALL

Remove gwok completely

Gwok respects your privacy. To completely remove it and revoke all access:

x

Uninstall

Remove all data and the package.

gwok uninstall && npm uninstall -g gwok

Ready to start?

Install gwok and connect in under a minute.

npm install -g gwok

click to copy