Get started with Workaholic in your OpenCode setup.
Workaholic requires OpenCode with plugin support. Make sure you have OpenCode installed before proceeding.
The fastest way to install Workaholic is using bunx. Don't have bun? Install it here →
bunx opencode-workaholic@latest install
After installation, you can start using Workaholic immediately:
/workaholic Test the plugin, for 5 minutes
Clone or download the Workaholic plugin to your local machine:
git clone https://github.com/RoderickQiu/opencode-workaholic.git
Install dependencies and build the plugin:
cd opencode-workaholic
bun install
mise run build
Add the plugin to your OpenCode configuration file:
{
"plugins": ["opencode-workaholic"]
}
Or use a local path:
{
"plugins": ["file:///path/to/opencode-workaholic"]
}
If you want to develop or contribute to Workaholic:
mise run build # Build the plugin
mise run test # Run tests
mise run lint # Lint code
mise run format # Format code
If you encounter any issues during installation, please check the GitHub Issues or open a new one for help.