Profile
Back to NewsBack
GitHub Trending 2 min
Reader Mode
Leonxlnx/tastecode: Personal Harness - a beautiful, adaptive control panel for AI coding agents. Windows-first, design-agent powered.

Leonxlnx/tastecode: Personal Harness - a beautiful, adaptive control panel for AI coding agents. Windows-first, design-agent powered.

TasteCode

TasteCode

A local desktop workspace for AI coding agents, with Design Mode built in.

Status: public beta (0.1.0-beta.6). TasteCode currently supports Windows x64 and macOS Apple Silicon. Expect beta rough edges and report them through GitHub Issues.

What TasteCode does

TasteCode puts multiple coding agents in one desktop app while keeping orchestration, project state, terminal access, diffs, checkpoints, and history local to your machine.

The public beta ships with:

  • Codex
  • Claude Code
  • Grok
  • provider-aware models, permissions, and session controls
  • project and session search, rename, and pinning
  • terminal, browser preview, attachments, git context, and readable diffs
  • Design Mode for inspecting and editing web interfaces
Provider capabilities differ. TasteCode hides or degrades unavailable controls instead of pretending every provider supports the same features.

Download

The Windows beta is unsigned and may show a SmartScreen warning. The macOS beta is Developer ID signed and notarized. Beta 5 and earlier need one manual installation of beta 6 to switch to GitHub in-app updates. See release details.

Requirements

  • Windows 10/11 x64 or macOS on Apple Silicon
  • at least one supported provider CLI installed and signed in
  • Git for project checkpoints and worktree features
For local development, install Node 24 LTS and pnpm, then run:
pnpm install
pnpm dev

Local-first security model

The local server owns state and orchestration. Provider processes run on your machine, credentials stay with the provider or operating-system credential store, and the renderer does not receive raw credentials. See SECURITY.md and rules/security.md.

Documentation

| Document | Purpose | | ----------------------------------------------- | -------------------------------------------- | | Architecture | System shape and decisions | | Providers | Integration model and provider matrix | | Design Agent | Design Mode behavior and acceptance criteria | | UI handoff | UI invariants and open work | | Roadmap | Product milestones | | Credits | Contributors and project references | | Third-party notices | Dependency and attribution audit | | Licensing | License status and release obligations |

Contributing

Read CONTRIBUTING.md before opening a pull request. Keep changes small, cross-platform, and covered by the repository checks. Product discussion and bug reports belong in GitHub Issues.

Questions and beta feedback: [email protected].

License

Licensed under the Apache License 2.0. Third-party components remain under their respective licenses.

Chat with me