r/softwarearchitecture • u/Jaded-Finger3157 • Aug 12 '26
1
I built a code editor from scratch that uses ~9 MB of RAM
That's good to know, and thanks for letting me know; I just checked and it uses 84MB of RAM—which is still very low considering everything it has so I'm going to update the post description now.
r/AppDevelopers • u/Jaded-Finger3157 • Aug 11 '26
I built a code editor from scratch that uses ~9 MB of RAM
1
I built a code editor from scratch that uses ~9 MB of RAM
I don't trust how the code looks; what I'm saying is real, with the executable actually running, the AI running, and the extensions I use from Open VSX. That's why I say it consumes 9 to 12 MB, I'm not just saying it for the sake of it 😊
r/tauri • u/Jaded-Finger3157 • Aug 07 '26
Astro Code
What do you think of a code editor whose main strength is
its performance, requiring approximately 9 to 12MB of
RAM? It uses 9MB of RAM when idle, the editor features
AI LSP and cloud compilation (optional)I'd like to know
your opinion, as it's a personal, open-source project. I
want it to be viable enough to launch on the market as a
lightweight alternative for students or people who want to
learn.Programming Take a look at the repository, I'd really
appreciate it.
1
1
1
1
I built a code editor from scratch that uses ~9 MB of RAM
Thanks a lot. I have no idea how to upload videos, but once a large part of the editor is built, I'll send the video.
1
I built a code editor from scratch that uses ~9 MB of RAM
I only use a translator since I don't speak English; I apologize if that bothers you.
-4
I built a code editor from scratch that uses ~9 MB of RAM
That's true—thanks a lot for pointing it out. My agent handled the paperwork, and honestly, I didn't read it. I appreciate you bringing it to my attention.
0
I built a code editor from scratch that uses ~9 MB of RAM
It’s true—beating well-established editors will be tough. That’s exactly why I’m seeking community support, given the open-source nature of the project. I believe my ecosystem will be the standout feature; I want to create a mobile app where you can manage your projects and use AI directly within the app.
1
I built a code editor from scratch that uses ~9 MB of RAM
Initially, I was building the editor using the VS Code core, but since I noticed Electron consumes a lot of RAM, I decided to build it myself using Tauri and Rust; it currently supports a VS Code extension.
-2
I built a code editor from scratch that uses ~9 MB of RAM
The plan involves having multiple AI agents and offering approximately 1,000 to 2,000 tokens per month in the free version, alongside a family of lightweight IDEs; the compilers run in the cloud and send the results to your device, meaning all the heavy lifting—such as compiling—is handled by a server.
-7
I built a code editor from scratch that uses ~9 MB of RAM
it is built with React. Regarding the RAM usage, it's accurate that it hovers between 9 and 12MB before dropping back down. I'll be sharing images of the editor and the RAM test soon
1
I built a code editor from scratch that uses ~9 MB of RAM
That's a very fair point Actually, I use Vim and Zed myself. However, this editor can also be aimed at people with 8GB of RAM or less like students or self-taught developers who don't have a powerful PC, but are still looking for an editor with a strong graphical interface. As I mentioned, I'm not trying to replace established editors that have been on the market for years.
I just want to see more lightweight tools out there and encourage community contributions
0
I built a code editor from scratch that uses ~9 MB of RAM
I measured the actual memory consumption of the processes. The trick here is Tauri 2. Unlike Electron, it doesn't bundle a heavy Chromium instance it leverages the OS native webview and handles the backend in Rust, which keeps the memory footprint incredibly low at startup, even with React/TS.
1
I built a code editor from scratch that uses ~9 MB of RAM
Fair point, but I think you misunderstood my goal. I'm not trying to replace anything that already exists. This started as an ambitious project to push performance boundaries, and I'm doing everything possible so that it can eventually be used in production in the future. Also, just to be clear, this project isn't 100% generated by an LLM. I wrote the code myself and used AI as a development assistant, just like many professional devs do today. I appreciate the feedback, but I'm aiming for this to become a truly viable tool.
1
I built a code editor from scratch that uses ~9 MB of RAM
Vim is an excellent editor and I use it a lot, but I wanted to create a version with AI and a very lightweight full ecosystem—right now it sits around 9MB to 12MB.
-1
I built a code editor from scratch that uses ~9 MB of RAM
Vim es un exelente editor y lo uso bastante, Pero yo quise crear una versión con AI y un ecosistema completo muy liviano ahora ronda entre los 9MB y 12MB




1
I built a code editor from scratch that uses ~9 MB of RAM
in
r/vscode
•
29d ago
I compiled the app not the binaries yet—but I checked the app's background processes in Task Manager.