Native macOS App

Read Code.
Beautifully.

A blazing-fast native macOS application for code reading and Git visualization. Built with SwiftUI for exceptional performance and minimal memory footprint.

โ—‰ macOS 14+ ยท โ—‰ Apple Silicon Native ยท โ—‰ Signed & Notarized
ContentView.swift โ€” CodeVoyager
1import SwiftUI
2
3struct ContentView: View {
4 @State private var isLoading = false
5
6 var body: some View {
7 NavigationSplitView {
8 FileTreeView()
9 } detail: {
10 CodeEditorView()
11 }
12 }
13}

Everything you need.
Nothing you don't.

Purpose-built for code exploration with the tools that matter most.

Tree-sitter Syntax Highlighting

Incremental parsing delivers instant, accurate highlighting even in massive files. Every token precisely identified.

Core Feature

Native Git Integration

Browse commits, view diffs, and explore branch history with a beautiful native interface.

Smart File Browser

Lazy-loaded file tree with instant search. Navigate codebases of any size effortlessly.

Side-by-Side Diff

Compare changes with unified or split diff views. Syntax highlighting preserved.

Git Blame

See who changed what and when. Navigate commit history with inline annotations.

Customizable Themes

Light and dark modes with carefully crafted syntax themes. Easy on the eyes.

Native speed.
No compromises.

Built from the ground up in Swift. Not another Electron wrapper.

<200MB
Memory Usage
Lightweight footprint for normal usage
<2sec
Cold Start
Ready to code instantly
10K+
Lines Smooth
Large files scroll butter-smooth
โˆž
Native APIs
Full macOS integration

Why Native Matters

โ—ˆ CodeVoyager (Native)
~150MB
โ—‹ Typical Electron App
~800MB

Get started in seconds.

1

Download

Click the download button to get the latest DMG file.

2

Install

Open the DMG and drag CodeVoyager to Applications.

3

Launch

Open CodeVoyager and start exploring your code.

Signed & Notarized

CodeVoyager is signed with an Apple Developer ID certificate and notarized by Apple, ensuring it meets Apple's security requirements and runs without Gatekeeper warnings.

โ†“ Download CodeVoyager Loading...

Requires macOS 14 Sonoma or later