runfinch/finch

The Finch CLI is an open source client for container development

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 44 minutes ago
Added to GitGenius on September 17th, 2026
Created on November 7th, 2022
Open Issues & Pull Requests: 92 (+0)
GitHub issues: Enabled
Number of forks: 117
Total Stargazers: 4,066 (+0)
Total Subscribers: 21 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.0 days
Mean response time: 66.1 days
90th percentile: 241.7 days
Tracked items: 98

Most active contributors

Sign in to see contributor activity.

How this project is maintained

95% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "finch" is answered fastest, typically in about 9 hours, while "nerdctl" waits about 2 days. Three people close 84% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 74
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 930 days
Stale 30+ days: 74
Stale 90+ days: 73

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (25)
  • vm (25)
  • finch (21)
  • nerdctl (21)
  • feature_request (10)
  • enhancement (8)
  • good first issue (4)
  • windows (4)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Finch is a command-line client for container development that provides a Docker-compatible interface without requiring Docker Desktop.

Finch addresses the need for a lightweight, open source alternative to Docker Desktop by leveraging containerd and lima-vm to create a minimal virtual machine environment. The tool wraps nerdctl, a containerd client, to deliver Docker-compatible commands while avoiding the overhead and licensing constraints of Docker Desktop. This approach allows developers to work with containers using familiar Docker syntax while running on a more efficient underlying architecture.

Finch suits developers who want container tooling without Docker Desktop's resource consumption or licensing requirements, particularly those working on macOS or Linux systems. The project is appropriate for teams seeking an open source container client that maintains Docker command compatibility, making it a drop-in replacement for existing Docker workflows. Developers should choose Finch if they value lightweight virtualization and prefer not to depend on Docker's commercial offering.

The project shows consistent maintenance with regular updates addressing bug fixes and feature improvements. Development activity demonstrates responsiveness to user-reported issues and a commitment to keeping the tool functional across platform updates. The maintainers actively incorporate community feedback into releases and maintain clear documentation of changes between versions.