nice
Search Criteria
Package Details: void-git 1.99.3.r2771.g17e7a5b1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/void-git.git (read-only, click to copy) |
|---|---|
| Package Base: | void-git |
| Description: | The Cursor alternative AI code editor |
| Upstream URL: | https://github.com/voideditor/void |
| Licenses: | MIT |
| Conflicts: | void |
| Provides: | void |
| Submitter: | None |
| Maintainer: | empyrealm |
| Last Packager: | empyrealm |
| Votes: | 1 |
| Popularity: | 0.30 |
| First Submitted: | 2025-01-03 21:04 (UTC) |
| Last Updated: | 2026-03-17 17:51 (UTC) |
Dependencies (22)
- alsa-lib
- electron (electron-launcherAUR, electron-nightly-binAUR)
- gnupg (gnupg-gitAUR, gnupg-largekeysAUR)
- libnotify (libnotify-gitAUR)
- libsecret
- libxkbfile
- libxss
- ripgrep (ripgrep-gitAUR)
- shared-mime-info (shared-mime-info-gitAUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, openerAUR, mimejs-gitAUR, xdg-utils-mimeoAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- libarchive (libarchive-gitAUR) (make)
- make (make-gitAUR, make-staticAUR) (make)
- nodejs-lts-iron (make)
- npm (npm-corepackAUR, python-nodejs-wheelAUR) (make)
- pkgconf (pkgconf-gitAUR) (make)
- python (make)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR) (optional) – Move to trash functionality
- gvfs (gvfs-gitAUR, gvfs-googledriveAUR) (optional) – Move to trash functionality
- libdbusmenu-glib (optional) – KDE global menu
- Show 2 more dependencies...
Required by (0)
Sources (2)
oech3 commented on 2026-03-17 19:05 (UTC)
empyrealm commented on 2026-03-17 18:11 (UTC) (edited on 2026-03-17 18:12 (UTC) by empyrealm)
Update and fixed, icons, terminal etc, everything should be working, just reinstalled. @oech3 was orphaned
oech3 commented on 2025-06-06 19:36 (UTC)
I consider it was broken by update of nodejs-lts-jod and -iron is fine. I may try to switch nvm if you requested.
npm run gulp could be replaced with gulp (https://archlinux.org/packages/extra/any/gulp/) but it has more risk of OOM in my experience.
You can also npm run gulp --max-old-space-size=N (N=8192 is default).
oech3 commented on 2025-06-05 08:51 (UTC) (edited on 2025-06-05 08:59 (UTC) by oech3)
This is disabling minify as seen as npm run gulp vscode-linux-x64 #-min # minify cause OOM at build(). So OOM should not happen even with 16GB RAM. What happened?
Sherlock-Holo commented on 2025-06-05 08:04 (UTC)
build void-git fail with
[16:03:37] Error [ERR_WORKER_OUT_OF_MEMORY]: Worker terminated due to reaching memory limit: JS heap out of memory
I have 32G mem and when building void-git, the mem max usage just 24G, it should not OOM
how to avoid the OOM happen?
oech3 commented on 2025-05-06 17:44 (UTC) (edited on 2025-06-15 10:05 (UTC) by oech3)
This only supports ~/.config/{electron,electronNM}-flags.conf.
See https://github.com/voideditor/void/commits/main/ for versioned commit e.g.
1.4.2 source=("git+https://github.com/voideditor/void.git#commit=aacae4728f58dbdc5bf6e06a37b487d5b82cb147").
arthurfragoso commented on 2025-04-20 22:20 (UTC) (edited on 2025-04-20 22:22 (UTC) by arthurfragoso)
The PKGBUILD and void-editor.desktop for the Void binaries at: https://pastebin.com/FTy6vJDw
I generated the PKGBUILD mainly using ChatGPT and I used the same deps of code-oss. If anyone wants to upload to Aur, that would be great! Aur registration is currently disabled, and I'm unsure if would like to take the responsibility of maintain this package. Just place those two files in a directory and run makepkg -si to install.
Pinned Comments
empyrealm commented on 2026-03-17 18:11 (UTC) (edited on 2026-03-17 18:12 (UTC) by empyrealm)
Update and fixed, icons, terminal etc, everything should be working, just reinstalled. @oech3 was orphaned
oech3 commented on 2025-05-06 17:44 (UTC) (edited on 2025-06-15 10:05 (UTC) by oech3)
This only supports
~/.config/{electron,electronNM}-flags.conf.See https://github.com/voideditor/void/commits/main/ for versioned commit e.g.
1.4.2 source=("git+https://github.com/voideditor/void.git#commit=aacae4728f58dbdc5bf6e06a37b487d5b82cb147").