An AI-augmented terminal shell that thinks alongside you - synced, secure, and scriptable.
- Watson AI engine on top of Gemini — get command analysis, optimization hints, and anomaly detection inline, not in a separate chat window
- Cloudant-backed cloud sync for sessions, command history, and devices — pick up the same shell on your laptop, tablet, or phone
- Mandatory 2FA and AES-256-GCM session encryption, so a synced shell is never an open shell
- Real syntax highlighting for JS, SQL, YAML, JSON, Rust, and more — straight in the terminal output
- A real project tree in the sidebar, with a file viewer for anything you
cat - Built-in RFC / spec viewer so you don't have to alt-tab to read the standard you're implementing against
- One-click drawers for Google Docs, Tasks, Chat, and Forms, without leaving the shell
- Export any session to PDF, Markdown, or CSV for reports, hand-offs, or audits
If you want a shell that keeps up with you instead of the other way around — and you still live in the terminal — ZsK AI is for you. 🫵🏽
ZsK AI has a docs site at zsk.ai.
Found a bug or have an idea? Open an issue using the templates in .github/ISSUE_TEMPLATE, or send a pull request — small, focused PRs are the easiest to review and merge.
- Fork the repo
- Create a feature branch (
git checkout -b feature/my-feature) - Commit your changes (
git commit -m 'Add my feature') - Push the branch (
git push origin feature/my-feature) - Open a Pull Request
ZsK AI uses:
- React 19 + TypeScript for the UI
- Vite 6 for the dev server and build
- Tailwind CSS 4 for styling
@google/genai(Gemini) for the Watson AI engine- Firebase for auth and Cloudant-backed sync
- Recharts for the analysis panel's charts
- Motion for interface animation
- Lucide for icons
- Express for the local/server runtime
git clone https://github.com/clauderiks/ZsK-bot.git
cd ZsK-bot
npm install
cp .env.example .env # add your GEMINI_API_KEY
npm run devThe shell runs at http://localhost:3000.
⚠️ Don't commit.envor any populatedfirebase-applet-config.json- treat both as secrets, even in a private fork.
Built by the ZsK AI team and its contributors.