WinkTerm v0.1.0
π¬ Promo Video
WinkTerm β AI That Shares Your Terminal Session
The AI types directly into your shell's input line. You review, edit, press Enter. No copy-paste, no context switching.
β¨ Features
- Shared PTY Session β AI and user operate in the same terminal process
- In-Terminal Chat β Type
#followed by your question at your prompt - Sidebar AI Panel β Full conversational interface with mode switching
- SSH Remote Connections β Remote servers with built-in file transfer
- Multi-Model Support β BYO LLM (OpenAI, Anthropic, Ollama, or any OpenAI-compatible)
- Docker & Desktop β
docker compose upor download the desktop app - Codespaces Ready β Click "Open in GitHub Codespaces" in README
π₯ Why WinkTerm?
| Feature | WinkTerm | Warp | Tabby | Claude Code |
|---|---|---|---|---|
| Shared PTY | β | β | β | β |
| Open source | β | β | β | β |
| Self-hosted / BYO LLM | β | β | β | β |
| Web UI | β | β | β | β |
| SSH + file transfer | β | β | β | β |
| Desktop app | β | β | β | β |
π Quick Start
docker run -p 3000:3000 -p 8000:8000 \
-e ANTHROPIC_API_KEY=*** \
ghcr.io/cznorth/winkterm:latest
Then open http://localhost:3000
π Links
What's new in this release
- MIT License, full English documentation, internationalized UI
- Multi-provider support (Anthropic, OpenAI, Ollama)
- Automated Docker image build and push (ghcr.io)
- GitHub Pages project website, issue/PR templates
- Promo video, badges (star history, visitor count)
- GitHub Codespaces devcontainer config
- 19 GitHub topics for discovery
- Gitee sync workflow (add GITEE_TOKEN secret to enable)