Run OpenCode locally in 30 seconds!
- Python 3 (comes pre-installed on Mac/Linux)
- A modern web browser
git clone https://github.com/yourusername/OpenCode.git
cd OpenCodepython3 -m http.server 8000Navigate to: http://localhost:8000
That's it! You're done! 🎉
- Click "I'm an Interviewer"
- Login with:
- Email:
admin@opencode.com - Password:
admin123
- Email:
- Click "Create New Session"
- Share the 6-digit code with candidates
- Click "I'm a Candidate"
- Enter your name
- Enter the 6-digit session code
- Click "Join Session"
- ✅ Real-time collaborative coding
- ✅ 16 programming languages
- ✅ Live code execution
- ✅ Multiple themes
- ✅ User presence indicators
- ✅ Syntax highlighting
Use a different port:
python3 -m http.server 8080Then open: http://localhost:8080
Use Python 2:
python -m SimpleHTTPServer 8000Or use Node.js:
npx http-server -p 8000curl -s https://raw.githubusercontent.com/yourusername/OpenCode/main/setup.sh | bash- Check the full documentation
- Report issues on GitHub