Skip to content

Add native Windows support #370

@Teylersf

Description

@Teylersf

Problem or use case

The Entire CLI currently lacks native Windows support, preventing Windows users from using the tool effectively.

Desired behavior

# Solution
Add native Windows builds with full support for Windows 10/11, all core CLI commands, Git integration, Checkpoints, Claude Code and Gemini CLI agents, and Interactive TUI.

## Technical Details
- Zero code changes required (Go's cross-platform design)
- Uses existing //go:build !unix fallback for telemetry
- Uses go-git for cross-platform git operations
- Build configuration added via .goreleaser.yaml with ZIP format for Windows

## PR Reference
Corresponds to PR #244

Proposed solution

No response

Alternatives or workarounds

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions