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
Copy file name to clipboardExpand all lines: README.md
+1-30Lines changed: 1 addition & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# anycode
2
2
3
-
**anycode** is a lightning-fast web-based IDE that allows you to write, edit, and manage code directly from your browser. Built for speed and performance, anycode supports a wide range of programming languages and provides an intuitive interface with powerful features for a seamless development experience.
3
+
**anycode** is a web platform where people and agents build together. Run it locally or remotely and work from any device you want: desktop, laptop, mobile, or even VR. Use any agent, including Codex, Claude Code, OpenCode, as well as local models.
4
4
5
5

6
6

@@ -60,35 +60,6 @@ One-shot installer:
60
60
curl -fsSL https://raw.githubusercontent.com/anycode-ade/anycode/main/install.sh | sh
61
61
```
62
62
63
-
You can also pin a version:
64
-
```bash
65
-
curl -fsSL https://raw.githubusercontent.com/anycode-ade/anycode/main/install.sh | sh -s -- --version v0.0.10
66
-
```
67
-
68
-
Linux (x86_64):
69
-
```bash
70
-
curl -L https://github.com/anycode-ade/anycode/releases/latest/download/anycode-linux-x86_64-musl.tar.gz | tar -xz
71
-
sudo mv anycode /usr/local/bin/
72
-
sudo chmod +x /usr/local/bin/anycode
73
-
anycode
74
-
```
75
-
76
-
Linux (ARM64):
77
-
```bash
78
-
curl -L https://github.com/anycode-ade/anycode/releases/latest/download/anycode-linux-aarch64-musl.tar.gz | tar -xz
79
-
sudo mv anycode /usr/local/bin/
80
-
sudo chmod +x /usr/local/bin/anycode
81
-
anycode
82
-
```
83
-
84
-
MacOS:
85
-
```bash
86
-
curl -L https://github.com/anycode-ade/anycode/releases/latest/download/anycode-universal-apple-darwin.tar.gz | tar -xz
0 commit comments