EasyCode - Customized AI coding assistant with liquid glass theme
English | 简体中文 | 繁體中文 | 한국어 | Deutsch | Español | Français | Italiano | Dansk | 日本語 | Polski | Русский | العربية | Norsk | Português (Brasil) | ไทย
EasyCode is a customized version of OpenCode. To run it locally:
# Clone the repository
git clone https://github.com/your-username/easycode.git
cd easycode
# Install dependencies
bun install
# Run development server
bun run dev
# For detailed platform-specific instructions, see [Development Guide](./DEVELOPMENT.md)Tip
Remove versions older than 0.1.x before installing.
EasyCode can be packaged as a desktop application for all major platforms. For building instructions, see Development Guide.
| Platform | Build Output |
|---|---|
| macOS (Apple Silicon) | EasyCode_1.0.0_aarch64.dmg |
| macOS (Intel) | EasyCode_1.0.0_x64.dmg |
| Windows | easycode_1.0.0_x64-setup.exe |
| Linux | .deb, .rpm, or AppImage |
The install script respects the following priority order for the installation path:
$OPENCODE_INSTALL_DIR- Custom installation directory$XDG_BIN_DIR- XDG Base Directory Specification compliant path$HOME/bin- Standard user binary directory (if exists or can be created)$HOME/.opencode/bin- Default fallback
# Examples
OPENCODE_INSTALL_DIR=/usr/local/bin curl -fsSL https://opencode.ai/install | bash
XDG_BIN_DIR=$HOME/.local/bin curl -fsSL https://opencode.ai/install | bashEasyCode includes all the powerful features of OpenCode with a customized UI:
- Liquid Glass Theme: Dark theme with glass morphism effects
- White Logo: Clean, visible branding
- Multi-platform Support: Windows, macOS, Linux
- AI Coding Assistant: Built-in agents for development and analysis
- Desktop & Web: Available as both desktop app and web interface
- Development Guide - Running and building on all platforms
- OpenCode Documentation - Original OpenCode documentation (most features apply)
For detailed instructions on running and building EasyCode on different platforms, see our Development Guide.
If you're interested in contributing to EasyCode, please read our contributing docs before submitting a pull request.
EasyCode is a customized version of OpenCode with:
- Custom liquid glass dark theme
- White EasyCode branding
- Platform-specific optimizations
- Enhanced visual design
This project is based on the open source OpenCode project but includes significant UI/UX customizations.
-
Clone and install:
git clone https://github.com/your-username/easycode.git cd easycode bun install -
Run development server:
# Start backend bun run dev # In another terminal, start frontend cd packages/app && bun dev -- --port 4444
-
Build for production:
# Web version cd packages/app && bun run build # Desktop version cd packages/desktop && bun run tauri build
For complete instructions, see Development Guide.
Based on OpenCode - The open source AI coding agent
