macOS-first code editing

A focused editor that gets out of your way.

PPText Editor is built for local workspaces, fast file switching, clean writing flow, and a crisp Sublime-inspired editing feel with practical touches like middle-click tab closing and GitHub connection.

Apple Silicon Version 0.1.0 GitHub connect
workspace / pptext
App.tsx settings.json middle-click closes tabs
const editor = createWorkspace({
  theme: "sublime",
  fontFace: "JetBrains Mono",
  keyboardFirst: true,
  github: "connected",
});

editor.open("local-project");
Built with Tauri

What it does

Everything needed for a sharp MVP editor.

01

Local workspaces

Open folders, browse files, and keep recent sessions ready for the next pass.

02

Monaco editing

Syntax highlighting, tabs, minimap support, and familiar editor behavior from day one.

03

Keyboard-first flow

Command palette, quick navigation, save shortcuts, and search without reaching for the mouse.

04

GitHub ready

Connect a GitHub account with a personal access token and keep the editor ready for repo workflows.

05

Tab control

Close tabs with the mouse wheel click, the close button, or command palette flow.

06

Clean preferences

Switch color schemes, font face, size, tab width, word wrap, and autosave in a focused panel.

Connected workflows

GitHub connection is built into Preferences.

Add a GitHub personal access token, verify the account, and keep the connection saved locally for the next layer of repository features. It is intentionally simple, desktop-friendly, and quick to set up.

GitHub account verified

Preview only: connect your own account in Preferences → GitHub.

Workflow

Open. Search. Edit. Ship.

PPText Editor keeps the surface area calm: a file tree, a fast editor, workspace search, and a command palette. The result feels light, direct, and ready for everyday local coding.

O Open file O Open folder P Goto anything S Save Wheel Click Close tab , Preferences
PPText Editor app icon

Ready to try it?

Download PPText Editor for macOS.

The current build includes GitHub connection, middle-click tab closing, and a refreshed settings panel.

Download DMG