If you haven't heard of Opencode yet it's an open-source AI coding agent that can seamlessly connect you with more than 70 different LLM providers. Be sure to check out their website.
This package is for Opencode server. Hosting the server portion of Opencode in the cloud is great for code isolation, long running tasks and async workflows.
OpenCode Server gives you a hosted AI coding workspace. After installing Opencode locally you can connect from your terminal to the Opencode server and work on files in the cloud.
Your workspace is stored on a persistent volume, so files and settings remain available after restarts. The server includes common developer tools such as Git, GitHub CLI, ripgrep, curl, jq, and archive utilities, making it ready for typical coding workflows.
You can clone a repository, upload files into the workspace, or ask the agent to create a new project from scratch. GitHub access can be enabled by adding a personal access token as a secret.
Connecting to your Opencode Server
Use the following command from your local terminal to connect to your Opencode server:
opencode attach https://opencode-<code>.nodana.app -p <password>
Remember to include the password which will automatically download to your computer when you first create the app on Nodana. Once your app is ready which will only take a few seconds you will be able to see the full url.
Any issues then please get in touch.