summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-06-30 10:56:38 -0400
committerDax Raad <[email protected]>2025-06-30 10:56:38 -0400
commita4aa0e6f8db0e43452521b04f8ca620ba28d5ab6 (patch)
tree5e3ee4ceb6083e1c9b8653d0f6ac9d4a82643e6c
parent8c1ae2717c46c39440621843ccd638ccc9a0151c (diff)
downloadopencode-a4aa0e6f8db0e43452521b04f8ca620ba28d5ab6.tar.gz
opencode-a4aa0e6f8db0e43452521b04f8ca620ba28d5ab6.zip
docs: readme
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 0c9af3444..24841799a 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,9 @@ For more info on how to configure opencode [**head over to our docs**](https://o
For any new features we'd appreciate it if you could open an issue first to discuss what you'd like to implement. We're pretty responsive there and it'll save you from working on something that we don't end up using. No need to do this for simpler fixes.
+> **Note**: Please talk to us via github issues before spending time working on
+> a new feature
+
To run opencode locally you need.
- Bun
@@ -67,10 +70,6 @@ It's very similar to Claude Code in terms of capability. Here are the key differ
- A focus on TUI. opencode is built by neovim users and the creators of [terminal.shop](https://terminal.shop); we are going to push the limits of what's possible in the terminal.
- A client/server architecture. This for example can allow opencode to run on your computer, while you can drive it remotely from a mobile app. Meaning that the TUI frontend is just one of the possible clients.
-#### What about Windows support?
-
-There are some minor problems blocking opencode from working on windows. We are working on on them now. You'll need to use WSL for now.
-
#### What's the other repo?
The other confusingly named repo has no relation to this one. You can [read the story behind it here](https://x.com/thdxr/status/1933561254481666466).