You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

25
+
26
+
</p>
27
+
</div>
28
+
29
+
> [!NOTE]
30
+
> This cli agent is a fork of OpenCode cli agent, originally here: [https://github.com/sst/opencode](https://github.com/sst/opencode). Please give them a star for building a 100% OSS version.
18
31
19
32
---
20
33
21
34
### Installation
22
35
23
36
```bash
24
37
# YOLO
25
-
curl -fsSL https://opencode.ai/install | bash
38
+
curl -fsSL https://api.matterai.so/install | bash
26
39
27
40
# Package managers
28
-
npm i -g opencode-ai@latest # or bun/pnpm/yarn
29
-
brew install sst/tap/opencode# macOS and Linux
30
-
paru -S opencode-bin # Arch Linux
41
+
npm i -g axoncode-ai@latest # or bun/pnpm/yarn
42
+
brew install sst/tap/axoncode# macOS and Linux
43
+
paru -S axoncode-bin # Arch Linux
31
44
```
32
45
33
46
> [!TIP]
@@ -37,24 +50,24 @@ paru -S opencode-bin # Arch Linux
37
50
38
51
The install script respects the following priority order for the installation path:
For more info on how to configure opencode[**head over to our docs**](https://opencode.ai/docs).
66
+
For more info on how to configure axoncode[**head over to our docs**](https://docs.matterai.so).
54
67
55
68
### Contributing
56
69
57
-
opencode is an opinionated tool so any fundamental feature needs to go through a
70
+
axoncode is an opinionated tool so any fundamental feature needs to go through a
58
71
design process with the core team.
59
72
60
73
> [!IMPORTANT]
@@ -74,7 +87,7 @@ Take a look at the git history to see what kind of PRs we end up merging.
74
87
> [!NOTE]
75
88
> If you do not follow the above guidelines we might close your PR.
76
89
77
-
To run opencode locally you need.
90
+
To run axoncode locally you need.
78
91
79
92
- Bun
80
93
- Golang 1.24.x
@@ -88,23 +101,4 @@ $ bun dev
88
101
89
102
#### Development Notes
90
103
91
-
**API Client**: After making changes to the TypeScript API endpoints in `packages/opencode/src/server/server.ts`, you will need the opencode team to generate a new stainless sdk for the clients.
92
-
93
-
### FAQ
94
-
95
-
#### How is this different than Claude Code?
96
-
97
-
It's very similar to Claude Code in terms of capability. Here are the key differences:
98
-
99
-
- 100% open source
100
-
- 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.
101
-
- 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.
102
-
- 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.
103
-
104
-
#### What's the other repo?
105
-
106
-
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).
**API Client**: After making changes to the TypeScript API endpoints in `packages/axoncode/src/server/server.ts`, you will need the axoncode team to generate a new stainless sdk for the clients.
0 commit comments