Quick Start
Learn the basics of Zardus and start coding smarter in under 5 minutes.
1. Start OpenCode
Open your terminal and start OpenCode:
$ opencode
2. Say Hello!
Zardus will greet you and check if Telegram is set up. Just talk naturally!
You: Hey Zardus, how are you?
Zardus: Hey! I'm doing great. Ready to code? 💙
3. Use ECC Commands
Zardus has specialized agents for different tasks. Try these:
/plan build a REST APICreates a detailed implementation plan
/code-reviewReviews your code for issues
/tdd add user authTest-driven development workflow
4. Browser Control
Start Brave with debugging and Zardus can browse for you:
# Start Brave
brave-browser --no-sandbox --remote-debugging-port=9222
# Then in OpenCode:
agent-browser --cdp 9222 open https://github.com