Skip to content

Use it from OpenCode

Who this is for
OpenCode users
You need
Waired signed in
Time
2 minutes
Terminal window
waired link opencode

That is the whole setup. It installs a provider plugin at ~/.config/opencode/plugin/waired.js, which points OpenCode at your own model and handles the connection for you. Start OpenCode as usual afterwards.

Waired ships an OpenCode you can open in a browser, already pointed at your own model and your real project — useful on a machine where you have not set up a coding tool at all:

Terminal window
waired codeui open

It runs as you, and only you can use it — other users on the machine and other computers on the network are refused.

Command What it does
waired codeui open --project DIR Open it on a specific project
waired codeui open --no-browser Print the address instead of opening a browser (over SSH)
waired codeui url Show the address of the running instance
waired codeui status Is it running?
waired codeui stop Stop it

waired doctor verifies the whole path — the connection, whether routing is paused, whether a model is loaded — and repairs what it can when you press f.

To remove the integration:

Terminal window
waired unlink opencode

It is surgical: it undoes what waired link added and nothing else.