Minimal by design: quick edits, fast file access, no IDE bloat.
h3p apps is a focused portal for product docs, setup guides, and release workflows: >h3p apps
Release Download: GitHub Releases
Share what works well and what should improve for both the app and the README.
| Positive Feedback | Negative Feedback |
|---|---|
|
Share positive feedback |
Share negative feedback |
Status: active release
Latest release: v0.5.3 Platform target: macOS 26 (Tahoe) compatible with macOS Sequoia Apple Silicon: tested / Intel: not tested Last updated (README): 2026-03-11 for release line v0.5.3
| Jump: Install | Features | Contributing |
| Need help quickly: Troubleshooting | FAQ | Known Issues |
git clone https://github.com/h3pdesign/Neon-Vision-Editor.gitcd Neon-Vision-Editorxcodebuild -project "Neon Vision Editor.xcodeproj" -scheme "Neon Vision Editor" -destination 'platform=macOS,name=My Mac' buildopen "Neon Vision Editor.xcodeproj" and run, then use Cmd+P for Quick Open.| For | Not For |
|---|---|
| Fast native editing across macOS, iOS, iPadOS | Full IDE workflows with deep refactoring/debugger stacks |
| Markdown writing and script/config edits with highlighting | Teams that require complete Intel Mac validation today |
| Users who want low overhead and quick file access | Users expecting full desktop-IDE parity on iPhone |
Start Here ·
Release Channels ·
Download Metrics ·
Project Docs ·
Features ·
Platform Matrix
Roadmap (Near Term) ·
Troubleshooting ·
FAQ ·
Changelog ·
Contributing Quickstart ·
Support & Feedback
| Channel | Best for | Delivery |
|---|---|---|
| Direct notarized builds and fastest stable updates | GitHub Releases | |
| Apple-managed install/update flow | App Store | |
| Early testing of upcoming changes | TestFlight |
Release Download + Clone Trend
Styled line chart shows per-release totals plus a scaled 14-day git clone volume bar.
Git clones (last 14 days): 2624.
Snapshot total downloads: 610 across releases.
CHANGELOG.mdCONTRIBUTING.mdPRIVACY.mdSECURITY.mdrelease/ — TestFlight & App Store preflight docsPrism Daylight (also selectable while app appearance is set to dark).Custom.Dark Gray/Black) and stronger translucency consistency.Prebuilt binaries are available on GitHub Releases.
Best for direct notarized builds and fastest access to new stable versions.
Best for users who prefer Apple-managed installs and updates.
Best for testing upcoming changes before they land in the stable channel.
Install the latest release directly:
curl -fsSL https://raw.githubusercontent.com/h3pdesign/Neon-Vision-Editor/main/scripts/install.sh | sh
Install without admin password prompts (user-local app folder):
curl -fsSL https://raw.githubusercontent.com/h3pdesign/Neon-Vision-Editor/main/scripts/install.sh | sh -s -- --appdir "$HOME/Applications"
brew tap h3pdesign/tap
brew install --cask neon-vision-editor
Tap repository: h3pdesign/homebrew-tap
If Homebrew asks for an admin password, it is usually because casks install into /Applications.
Use this to avoid that:
brew install --cask --appdir="$HOME/Applications" neon-vision-editor
If macOS blocks first launch:
Neon Vision Editor keeps the surface minimal and focuses on fast writing/coding workflows. Platform-specific availability is tracked in the Platform Matrix section below.
Cmd+P), project sidebar navigation, and recursive project tree rendering.Expand All / Collapse All) and supported-files-only filter.Save As… and Close All Tabs with confirmation..svg file support via XML mode and bracket helper on all platforms.flowchart LR
Mac["Platform: macOS shell (SwiftUI + AppKit bridges)"]
IOS["Platform: iOS/iPadOS shell (SwiftUI + UIKit bridges)"]
ACT["App Layer: user actions (toolbar/menu/shortcuts)"]
VM["App Layer: EditorViewModel (@MainActor state owner)"]
CMD["App Layer: command reducers (Flux-style mutations)"]
IO["Core: file I/O + load/sanitize pipeline"]
HL["Core: syntax highlighting + runtime limits"]
FIND["Core: find/replace + selection engine"]
PREV["Core: markdown preview renderer"]
SAFE["Core: unsupported-file safety guards"]
STORE["Infra: tabs + session restore store"]
PREFS["Infra: settings + persistence"]
SEC["Infra: SecureTokenStore (Keychain)"]
UPD["Infra: release update manager"]
Mac --> ACT
IOS --> ACT
ACT --> VM
VM --> CMD
CMD --> STORE
VM --> IO
VM --> HL
VM --> FIND
VM --> PREV
VM --> SAFE
VM --> PREFS
VM --> UPD
PREFS --> STORE
IO --> STORE
VM --> SEC
classDef platform stroke:#2563EB,stroke-width:3px,fill:transparent,font-family:ui-monospace\, SFMono-Regular\, Menlo\, Monaco\, Consolas\, Liberation Mono\, monospace,font-size:13px;
classDef app stroke:#059669,stroke-width:3px,fill:transparent,font-family:ui-monospace\, SFMono-Regular\, Menlo\, Monaco\, Consolas\, Liberation Mono\, monospace,font-size:13px;
classDef core stroke:#EA580C,stroke-width:3px,fill:transparent,font-family:ui-monospace\, SFMono-Regular\, Menlo\, Monaco\, Consolas\, Liberation Mono\, monospace,font-size:13px;
classDef infra stroke:#9333EA,stroke-width:3px,fill:transparent,font-family:ui-monospace\, SFMono-Regular\, Menlo\, Monaco\, Consolas\, Liberation Mono\, monospace,font-size:13px;
class Mac,IOS platform;
class ACT,VM,CMD app;
class IO,HL,FIND,PREV,SAFE core;
class STORE,PREFS,SEC,UPD infra;
linkStyle 0,1 stroke:#2563EB,stroke-width:2px;
linkStyle 2,3 stroke:#059669,stroke-width:2px;
linkStyle 5,6,7,8,9,13 stroke:#EA580C,stroke-width:2px;
linkStyle 4,10,11,12,14 stroke:#9333EA,stroke-width:2px;
EditorViewModel is the single UI-facing orchestration point per window/scene.SecureTokenStore), not plain prefs.@MainActor) and heavy work off the UI thread.Most editor features are shared across macOS, iOS, and iPadOS.
.svg) support via XML mode.| Capability | macOS | iOS | iPadOS | Notes |
|---|---|---|---|---|
Quick OpenCmd+P |
iOS needs a hardware keyboard for shortcut-driven flow. |
|||
| Bracket Helper | Same behavior across platforms; only the UI surface differs. |
|||
| Markdown Preview | Interaction adapts to screen size and platform input model. |
docs/images/README.md
Quick Open + Project Sidebar workflow |
Markdown preview flow in editor context |
Theme customization workflow |
Dark-theme editing preview |
Toolbar Menu Actions |
|
Click to open full-size SVG and zoom. In full view, each card links to release notes or the roadmap hub.
Privacy & Security.Cmd+P.Settings > DesignsSettings > EditorSettings > Allgemein/GeneralSettings > Mehr/More (platform-dependent)SecureTokenStore, not in UserDefaults.All shortcuts use Cmd (⌘). iPad/iOS require a hardware keyboard.
| Shortcut | Action | Platforms |
|---|---|---|
Cmd+N |
New Window | |
Cmd+T |
New Tab | |
Cmd+O |
Open File | |
Cmd+Shift+O |
Open Folder | |
Cmd+S |
Save | |
Cmd+Shift+S |
Save As… | |
Cmd+W |
Close Tab |
| Shortcut | Action | Platforms |
|---|---|---|
Cmd+X |
Cut | |
Cmd+C |
Copy | |
Cmd+V |
Paste | |
Cmd+A |
Select All | |
Cmd+Z |
Undo | |
Cmd+Shift+Z |
Redo | |
Cmd+D |
Add Next Match |
| Shortcut | Action | Platforms |
|---|---|---|
Cmd+Option+S |
Toggle Sidebar | |
Cmd+Shift+D |
Brain Dump Mode |
| Shortcut | Action | Platforms |
|---|---|---|
Cmd+F |
Find & Replace | |
Cmd+G |
Find Next | |
Cmd+Shift+F |
Find in Files |
| Shortcut | Action | Platforms |
|---|---|---|
Cmd+P |
Quick Open | |
Cmd+D |
Add next match | |
Cmd+Shift+V |
Toggle Vim Mode |
| Shortcut | Action | Platforms |
|---|---|---|
Cmd+Shift+G |
Suggest Code | |
Cmd+Shift+L |
AI Activity Log | |
Cmd+Shift+U |
Inspect Whitespace at Caret |
Latest stable: v0.5.3 (2026-03-10)
| Version | Date | Highlights | Fixes | Breaking changes | Migration |
|---|---|---|---|---|---|
v0.5.3 |
2026-03-10 | a new high-readability colorful light theme preset: Prism Daylight (also selectable while app appearance is set to dark); double-click-to-close behavior for tabs on macOS tab strips; custom theme vibrancy by applying the vivid neon syntax profile to Custom, so syntax colors remain bright and saturated |
toolbar-symbol contrast edge cases in dark mode where gray/black variants could appear too similar | None noted | None required |
v0.5.2 |
2026-03-09 | editor performance presets in Settings (Balanced, Large Files, Battery) with shared runtime mapping; configurable project navigator placement (Left/Right) for project-structure sidebar layout; iOS/iPadOS large-file responsiveness by lowering automatic large-file thresholds and applying preset-based tuning |
missing diagnostics reset workflow by adding a dedicated Clear Diagnostics action that also clears file-open timing snapshots; macOS editor-window top-bar jumping when toggling the toolbar translucency control by keeping chrome flags stable; CSV/TSV mode header transparency so the mode bar now uses a solid standard window background |
None noted | None required |
v0.5.1 |
2026-03-08 | bulk Close All Tabs actions to toolbar surfaces (macOS, iOS, iPadOS), including a confirmation step before closing; project-structure quick actions to expand all folders or collapse all folders in one step; Markdown preview stability by preserving relative scroll position during preview refreshes |
diagnostics export safety by redacting token-like updater status fragments before copying; Markdown regression coverage with new tests for Claude-style mixed-content Markdown and code-fence matching behavior; accidental destructive tab-bulk-close behavior by requiring explicit user confirmation before closing all tabs | None noted | None required |
CHANGELOG.mdPRIVACY.md.SecureTokenStore), not UserDefaults.SECURITY.md.v0.5.31c31306git rev-parse --verify v0.5.3
shasum -a 256 <downloaded-file>
Stable: tagged GitHub releases intended for daily use.Beta: TestFlight builds may include in-progress UX and platform polish.CHANGELOG.md.If you already completed the Start in 60s (Source Build), you can open and run directly from Xcode.
git clone https://github.com/h3pdesign/Neon-Vision-Editor.git
cd Neon-Vision-Editor
open "Neon Vision Editor.xcodeproj"
Contributor guide: CONTRIBUTING.md
git clone https://github.com/h3pdesign/Neon-Vision-Editor.git
cd Neon-Vision-Editor
xcodebuild -project "Neon Vision Editor.xcodeproj" -scheme "Neon Vision Editor" -destination 'platform=macOS,name=My Mac' build
Lock-safe cross-platform verification (sequential macOS + iOS Simulator + iPad Simulator):
scripts/ci/build_platform_matrix.sh
Keep it free, sustainable, and improving.
Thank you for helping keep Neon Vision Editor free for everyone.
Settings > Mehr/More (platform-dependent)| Discussions categories: Ideas | Q&A | Showcase |
| Issue triage filters: help wanted | good first issue | known-issue | regression |
To auto-increment Xcode CURRENT_PROJECT_VERSION on every commit:
scripts/install_git_hooks.sh
Neon Vision Editor is licensed under the MIT License.
See LICENSE.