2026-01-24 13:06:31 +00:00
|
|
|
|
<h1 align="center">Neon Vision Editor</h1>
|
2025-08-26 10:57:01 +00:00
|
|
|
|
|
|
|
|
|
|
<p align="center">
|
2026-01-23 13:27:36 +00:00
|
|
|
|
<img src="NeonVision%20Editor.png" alt="Neon Vision Editor Logo" width="200"/>
|
2025-08-26 10:57:01 +00:00
|
|
|
|
</p>
|
|
|
|
|
|
|
2026-01-24 13:06:31 +00:00
|
|
|
|
|
2025-08-26 10:57:01 +00:00
|
|
|
|
|
2026-01-23 13:27:36 +00:00
|
|
|
|
<p align="center">
|
|
|
|
|
|
A lightweight, modern macOS text editor focused on speed, readability, and fast syntax highlighting.
|
|
|
|
|
|
</p>
|
2025-08-26 11:20:28 +00:00
|
|
|
|
|
2026-01-23 13:27:36 +00:00
|
|
|
|
---
|
|
|
|
|
|
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.
|
2025-08-26 10:57:01 +00:00
|
|
|
|
|
2026-01-23 13:27:36 +00:00
|
|
|
|
> Status: **alpha / beta**
|
|
|
|
|
|
> Platform target: **macOS 26 (Tahoe)**
|
2025-08-26 10:57:01 +00:00
|
|
|
|
|
2026-01-23 13:12:54 +00:00
|
|
|
|
|
2026-01-23 13:27:36 +00:00
|
|
|
|
## Download
|
|
|
|
|
|
|
2026-01-23 13:31:24 +00:00
|
|
|
|
Prebuilt binaries are available via **GitHub Releases**:
|
|
|
|
|
|
https://github.com/h3pdesign/Neon-Vision-Editor/releases
|
2026-01-23 13:27:36 +00:00
|
|
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
## 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
|
|
|
|
|
|
|
2025-08-26 10:57:01 +00:00
|
|
|
|
|
2026-01-23 13:27:36 +00:00
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
## 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
|
|
|
|
|
|
|
|
|
|
|
|
---
|
2025-08-26 10:57:01 +00:00
|
|
|
|
|
2026-01-23 13:27:36 +00:00
|
|
|
|
## Build from source
|
2025-08-26 10:57:01 +00:00
|
|
|
|
|
|
|
|
|
|
```bash
|
2026-01-24 12:51:23 +00:00
|
|
|
|
git clone https://github.com/h3pdesign/Neon-Vision-Editor.git
|
2026-01-23 13:27:36 +00:00
|
|
|
|
cd Neon-Vision-Editor
|
|
|
|
|
|
open "Neon Vision Editor.xcodeproj"
|