codeeditapp/codeedit

📝 CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 6 minutes ago
Added to GitGenius on September 2nd, 2026
Created on March 10th, 2022
Open Issues & Pull Requests: 213 (+0)
GitHub issues: Enabled
Number of forks: 1,190
Total Stargazers: 23,009 (+0)
Total Subscribers: 228 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 12.6 days
Mean response time: 120.5 days
90th percentile: 381.5 days
Tracked items: 218

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 58% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. Work labelled "find" is answered fastest, typically in about 3 hours, while "settings" waits about 2 months. Only 1% of issues opened in the past year have been closed. Three people close 81% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 119
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 791 days
Stale 30+ days: 115
Stale 90+ days: 104

Recent activity

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

Top labels

  • enhancement (132)
  • bug (111)
  • triage needed (46)
  • navigator (38)
  • good first issue (27)
  • UI (26)
  • workspace (24)
  • settings (19)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

CodeEdit is a native macOS code editor written in Swift that provides an alternative to Electron-based editors and language-specific IDEs.

The project addresses the limitation that most modern code editors rely on cross-platform frameworks like Electron, which cannot fully utilize macOS system resources, while specialized tools like Xcode serve only Apple platform development. CodeEdit takes a native approach by building entirely for macOS using Swift and SwiftUI, enabling developers working on non-Apple projects to experience the same system integration and performance that Xcode users enjoy. The editor includes syntax highlighting, code completion, project find and replace, snippets, an integrated terminal, task running, debugging, git integration, code review capabilities, and an extension system.

The tool suits developers who work on macOS and want a lightweight editor that can scale to more complex workflows without the resource overhead of Electron-based alternatives. It is explicitly stated to be in development and not yet recommended for production use, though pre-release versions are available for testing. The project's commitment is to remain open source and free, designed to feel native to macOS through adherence to Apple's human interface guidelines and development patterns.

The project maintains active community engagement through Discord and GitHub Discussions, including weekly Saturday meetings to discuss development priorities. Development appears focused on building out core editor functionality while maintaining the native macOS experience as a foundational principle.