summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-06-15 21:39:02 -0400
committerDax Raad <[email protected]>2025-06-15 21:39:02 -0400
commitcdb26f6d83e22bcefa19d74656378c5ecc82697e (patch)
treea181e33f80d820f63ae0ce26cb9db44a28a42fdc
parentfe05edaa79588844bd748c8c07177c5312349495 (diff)
downloadopencode-cdb26f6d83e22bcefa19d74656378c5ecc82697e.tar.gz
opencode-cdb26f6d83e22bcefa19d74656378c5ecc82697e.zip
docs: readme
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 90a1cf87e..5128731b5 100644
--- a/README.md
+++ b/README.md
@@ -138,3 +138,12 @@ OpenRouter is not yet in the models.dev database, but you can configure it manua
}
}
```
+
+#### How is this different than claude code?
+
+It is very similar to claude code in terms of capability - here are the key differences:
+
+- 100% open source
+- Not coupled to any provider. Although anthropic is recommended opencode can be used with openai, google or even local models. As models evolve the gaps between them will close and pricing will drop so being provider agnostic is important.
+- TUI focus - opencode is built by neovim users and the creators of https://terminal.shop - we are going to push the limits of what's possible in the terminal
+- client/server architecture - this means the tui frontend is just the first of many. For example, opencode can run on your computer and you can drive it remotely from a mobile app