eval-exec/neomacs
NEO Emacs (WIP): GPU powered Emacs written in Rust with a modern display engine. Aiming for modern design & multi-threaded Elisp, 10x performance, zero-pause concurrent GC and 100% Emacs compatibility.
About the project
Emacs rewritten in Rust with a GPU display engine via wgpu, aiming for GNU Emacs compatibility and multi-threaded Elisp. Work in progress, already supports inline video, images, browser and terminal in buffers.
Useful for
- Run neomacs with an existing init.el and packages to test compatibility
- Embed 4K video or images directly into an editor buffer
- Configure cursor and scroll animations from Elisp
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 8 stars so far today, about 28 expected by the end of the day. The usual pace is 3 per day, so that's 8× as much.
- Over the last two days the pace is 3.6× that of the previous week and a half.
- The spike has held for 2 days in a row — not a one-off blip.
- GitHub Trending Rust today: #20, +62 stars.
- Hacker News: “NEO Emacs – GPU-Accelerated Emacs Powered by Rust” — 50 points, 5 days ago.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 1,386
- Stars in a day
- 28
- Forks
- 50
- Issues and pull requests
- 388
- Watchers
- 22
- Language
- Rust
- License
- GPL-3.0
- Latest release
- v0.0.18 · September 11, 2026
- Created
- February 3, 2026
- Last push
- September 20, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Hacker News discussions
- NEO Emacs – GPU-Accelerated Emacs Powered by Rust50 points, September 14, 2026
- Neo Emacs: GPU Powered Emacs Written in Rust8 points, September 17, 2026
Spotted in
- September 20, 2026GitHub Trending Rust today: #20, +62 stars
Similar projects
-
5.9
gylive/ccodex-sleep-state
A local Go tool that tries to improve Codex behavior: it collects and injects X-Codex-Turn-State and manages proxies, subscriptions and Astra/Sol/Terra models via a web panel. It does not guarantee better model quality…
-
5.1
ahmedkhaleel2004/gitdiagram
A web service that turns any public or private GitHub repository into an interactive architecture diagram: it analyzes the file tree, README and code excerpts with an LLM to build a system graph with links to sources.
-
5.0
alibaba/open-code-review
AI code review tool from Alibaba: reads git diffs and, via an LLM agent with file access and repo search, produces line-level review comments. Ships with built-in rules (NPE, thread-safety, XSS, SQL injection) and a…
-
5.0
superagents-lab/jev-search
A web search app where TypeSafe's Jev interprets plain-language questions to pick sources, time ranges and queries, then ranks results from Search1API with visible relevance scores. Returns links and snippets instead…
-
4.7
unclebob/uml-viewer
Live Quil UML class-diagram viewer that lays out topology from an EDN IR and overlays metrics (CC, coverage, CRAP) from .metrics/ snapshots.
-
4.6
lakeday-org/perch
CLI linter that finds semantic defects in code (wrong call order, inverted conditions, off-by-one) and ranks them by probability. Supports custom rules in perch.yaml and integration with agents (Claude Code, Codex,…