| .github | ||
| Neon Vision Editor | ||
| Neon Vision Editor.xcodeproj | ||
| .gitignore | ||
| CHANGELOG.md | ||
| CODE_OF_CONDUCT.md | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| NeonVision Editor.png | ||
| README.md | ||
| SECURITY.md | ||
Neon Vision Editor
A lightweight, modern macOS text editor focused on speed, readability, and fast syntax highlighting.
Release Download: https://github.com/h3pdesign/Neon-Vision-Editor/releases
Neon Vision Editor is a lightweight, modern macOS text editor focused on speed, readability, and fast syntax highlighting.
It is intentionally minimal: quick edits, fast file access, no IDE bloat.
Status: alpha / beta
Platform target: macOS 26 (Tahoe) Built/tested with Xcode Apple Silicon: tested / Intel: not tested
Download
Prebuilt binaries are available via GitHub Releases:
- Latest release: v0.2.3-alpha (23 Jan 2026)
- Architecture: Apple Silicon (Intel not tested)
- Notarization: not yet
If you don’t want to build from source, this is the recommended path:
- Download the
.zipor.dmgfrom Releases - Move the app to
/Applications
Gatekeeper (macOS 26 Tahoe)
If macOS blocks the app on first launch:
- Open System Settings
- Go to Privacy & Security
- Scroll down to the Security section
- You will see a message that Neon Vision Editor was blocked
- Click Open Anyway
- Confirm the dialog
After this, the app will launch normally.
Why this exists
Modern IDEs are powerful but heavy.
Classic macOS editors are fast but stagnant.
Neon Vision Editor sits in between:
- Open files instantly
- Read code comfortably
- Edit without friction
- Close the app without guilt
No background indexing. No telemetry. No plugin sprawl.
Features
- Fast loading, including large text files
- Syntax highlighting for common languages
(Python, C/C++, JavaScript, HTML, CSS, and others) - Clean, minimal UI optimized for readability
- Native macOS 26 (Tahoe) look & behavior
- Built with Swift and AppKit
Non-goals (by design)
- ❌ No plugin system (for now)
- ❌ No project/workspace management
- ❌ No code intelligence (LSP, autocomplete, refactors)
- ❌ No Electron, no cross-platform abstraction layer
This is not an IDE. That is intentional.
Requirements
- macOS 26 (Tahoe)
- Xcode compatible with macOS 26 toolchain
- Apple Silicon recommended
Build from source
git clone https://github.com/h3pdesign/Neon-Vision-Editor.git
cd Neon-Vision-Editor
open "Neon Vision Editor.xcodeproj"