Skip to content

WinkTerm v0.1.0

Choose a tag to compare

@Cznorth Cznorth released this 04 May 09:29

🎬 Promo Video

Watch on GitHub

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 up or 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)