by verseles
A native (really fast!!) cross-platform client for OpenCode
# Add to your Claude Code skills
git clone https://github.com/verseles/codewalk
A native (really fast!!) cross-platform client for OpenCode server mode. Built with Flutter, it provides a conversational interface for session-based AI coding interactions over HTTP APIs and streaming events.
Ctrl/Cmd + N, Ctrl/Cmd + R, Ctrl/Cmd + L, Esc)Install using the install.cat pattern:
Linux & macOS
curl -fsSL install.cat/verseles/codewalk | sh
Windows (PowerShell)
irm install.cat/verseles/codewalk | iex
No comments yet. Be the first to share your thoughts!
Run the same command again any time to update/reinstall to the latest GitHub release.
Installers automatically select the best artifact for your OS/CPU:
x64 and arm64x64 and arm64 (ARM64 falls back to x64 when needed)x64 and arm64Release assets are published per OS/architecture (no universal desktop archive).
Linux & macOS
curl -fsSL https://raw.githubusercontent.com/verseles/codewalk/main/uninstall.sh | sh
Windows (PowerShell)
irm https://raw.githubusercontent.com/verseles/codewalk/main/uninstall.ps1 | iex
clang, cmake, ninja, pkg-configInstall dependencies:
flutter pub get
Run the app (examples):
flutter run -d linux
flutter run -d chrome
flutter run -d android
Build artifacts (examples):
flutter build linux
flutter build web
make check # deps + codegen + analyze + test
make check-fast # deps + codegen + analyze + test-fast
make test-fast # excludes slow/integration tags
make android # build arm64 APK
make precommit # check + android