A lightweight and modern macOS code editor built for speed and simplicity - focused on speed, readability, and automatic syntax highlighting. Minimal by design: quick edits, fast file access.
Find a file
h3p d2687e7682 feat(ui): polish welcome tour and streamline macOS menu commands
- Add first-launch Welcome Tour sheet with richer feature messaging
- Make Welcome Tour adaptive to light/dark appearance
- Refine tour layout: centered content, cleaner spacing, compact progress indicator
- Remove extra inner edge border and tune card/container visual balance
- Expand tour copy to cover:
  - automatic syntax highlighting
  - AI providers for simple code completion/suggestions
  - all sidebars and toolbar options
- Add macOS menu action to reopen Welcome Tour for testing
- Consolidate duplicate View menu entries into the system View menu
- Shorten Diagnostics menu labels and entries (compact status/check/RTT text)
- Keep iOS/iPad paged tour behavior while using macOS-compatible TabView style
2026-02-08 01:08:36 +01:00
.github/ISSUE_TEMPLATE Delete .github/workflows/codeql.yml 2026-01-25 15:09:53 +01:00
Neon Vision Editor feat(ui): polish welcome tour and streamline macOS menu commands 2026-02-08 01:08:36 +01:00
Neon Vision Editor.xcodeproj feat(ui): polish welcome tour and streamline macOS menu commands 2026-02-08 01:08:36 +01:00
release Prepare App Store security and distribution for v0.4.1-beta 2026-02-07 23:56:52 +01:00
scripts Improve editor UX across iOS, iPadOS, and macOS 2026-02-07 11:51:52 +01:00
.gitignore Create .gitignore 2026-01-24 13:59:23 +01:00
CHANGELOG.md Rename Changelog to CHANGELOG.md 2026-01-24 13:57:06 +01:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2026-01-24 14:03:00 +01:00
CONTRIBUTING.md Create CONTRIBUTING.md 2026-01-24 13:58:03 +01:00
foreground.png Fix API Settings sheet clipping and improve layout 2026-02-04 13:15:33 +01:00
LICENSE Rename LICENSE.md to LICENSE 2026-01-24 14:21:09 +01:00
NeonVisionEditorApp.png Add files via upload 2026-02-06 20:35:21 +01:00
NeonVisionEditorIcon.png Rename NeonVision Editor.png to NeonVisionEditorIcon.png 2026-02-06 14:37:19 +01:00
README.md Add comprehensive PHP and CSV language support, refine JSON/TOML syntax highlighting, and document Homebrew install option 2026-02-08 00:20:47 +01:00
SECURITY.md Update SECURITY.md 2026-01-24 13:58:50 +01:00

Neon Vision Editor

Neon Vision Editor Logo

A lightweight, modern macOS text editor focused on speed, readability, and fast automatic syntax highlighting.

It is intentionally minimal: quick edits, fast file access, no IDE bloat.

Release Download: https://github.com/h3pdesign/Neon-Vision-Editor/releases

. . .

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.4.1-beta
  • Architecture: Apple Silicon (Intel not tested)
  • Notarization: not yet

If you dont want to build from source, this is the recommended path:

  • Download the .zip or .dmg from Releases
  • Move the app to /Applications

Gatekeeper (macOS 26 Tahoe)

If macOS blocks the app on first launch:

  1. Open System Settings
  2. Go to Privacy & Security
  3. Scroll down to the Security section
  4. You will see a message that Neon Vision Editor was blocked
  5. Click Open Anyway
  6. 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.

Neon Vision Editor App

Features

  • Fast loading, including large text files
  • Automatic applied syntax highlighting for common languages
    (Python, PHP, C/C++, JavaScript, HTML, CSS, and others)
  • Clean, minimal UI optimized for readability
  • Native macOS 26 (Tahoe) look & behavior
  • Built with Swift and AppKit

Whats new (feature-focused) in latest release

Major editor UX expansion:

  • Added regex-capable Find/Replace with Replace All and quick toolbar access.
  • Added a right-side project structure panel with recursive folder tree browsing.
  • Added a dedicated New Window flow that opens blank/isolated windows.
  • Added richer window controls in the toolbar (including sidebar/window toggles).
  • Improved translucency support in editor/window surfaces.
  • Better sidebar and window-state handling across the app.
  • Smarter language/editor behavior:
  • Added/expanded local language detection heuristics.
  • Improved syntax highlighting behavior (including markdown edge cases).
  • Improved focus and editor interaction behavior in general.
  • Internal quality improvements:
  • Large ContentView refactor into modular files/extensions for easier maintenance and faster iteration.

Non-goals (by design)

  • X No plugin system (for now)
  • X No code intelligence (LSP, refactors) but simple autocomplete
  • X 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

Support

If you find Neon Vision Editor useful and want to support its development:

Build from source

git clone https://github.com/h3pdesign/Neon-Vision-Editor.git
cd Neon-Vision-Editor
open "Neon Vision Editor.xcodeproj"

Homebrew install option

If you use Homebrew, you can install via cask:

brew tap h3pdesign/tap
brew install --cask neon-vision-editor