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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,18 @@ nix run nixpkgs#opencode # or github:anomalyco/opencode for latest dev
61
61
> [!TIP]
62
62
> Remove versions older than 0.1.x before installing.
63
63
64
+
#### Android/Termux
65
+
66
+
OpenCode can be installed on Android ARM64 devices using Termux:
67
+
68
+
```bash
69
+
# In Termux
70
+
curl -fsSL https://opencode.ai/install | bash
71
+
```
72
+
73
+
> [!NOTE]
74
+
> The Android build is based on the Linux ARM64 binary and may require proot-distro for full compatibility. Direct execution in Termux may have limitations due to Android's security model. For best results, consider using proot-distro with Alpine Linux.
75
+
64
76
### Desktop App (BETA)
65
77
66
78
OpenCode is also available as a desktop application. Download directly from the [releases page](https://github.com/anomalyco/opencode/releases) or [opencode.ai/download](https://opencode.ai/download).
0 commit comments