Search Criteria
Package Details: zed-preview-bin 0.233.5-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/zed-preview-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | zed-preview-bin |
| Description: | A high-performance, multiplayer code editor from the creators of Atom and Tree-sitter |
| Upstream URL: | https://zed.dev |
| Licenses: | Apache-2.0, GPL-3.0-or-later, AGPL-3.0-or-later |
| Conflicts: | zed |
| Provides: | zed |
| Submitter: | Zollerboy1 |
| Maintainer: | Zollerboy1 |
| Last Packager: | Zollerboy1 |
| Votes: | 21 |
| Popularity: | 0.47 |
| First Submitted: | 2024-06-15 19:16 (UTC) |
| Last Updated: | 2026-04-21 22:30 (UTC) |
Dependencies (29)
- alsa-lib
- curl (curl-gitAUR, curl-c-aresAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- libasound.so (alsa-lib, lib32-alsa-lib)
- libgcc (libgcc-snapshotAUR)
- libgcc_s.so (libgcc-snapshotAUR, lib32-gcc-libs-snapshotAUR, libgcc)
- libstdc++ (libstdc++-snapshotAUR)
- libstdc++.so (libstdc++-snapshotAUR, lib32-gcc-libs-snapshotAUR, libstdc++)
- libxcb (libxcb-gitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- libxkbcommon-x11 (libxkbcommon-x11-gitAUR)
- libz.so (zlib-gitAUR, zlib-ng-compat-gitAUR, lib32-zlib, lib32-zlib-ng-compat, zlib, zlib-ng-compat)
- netcat (gnu-netcat-svnAUR, gnu-netcatAUR, nmap-netcatAUR, openbsd-netcat-tlsAUR, openbsd-netcat-gitAUR, openbsd-netcat)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton)
- npm (python-nodejs-wheelAUR, npm-corepackAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR)
- sqlite (sqlite-fossilAUR)
- vulkan-driver (nvidia-410xx-utilsAUR, nvidia-440xx-utilsAUR, nvidia-430xx-utilsAUR, amdvlk-gitAUR, vulkan-amdgpu-pro-legacyAUR, mesa-wsl2-gitAUR, vulkan-radeon-amd-bc250AUR, vulkan-terakanAUR, nvidia-510xx-utilsAUR, swiftshader-gitAUR, nvidia-utils-teslaAUR, vulkan-nouveau-gitAUR, vulkan-amdgpu-proAUR, amdvlkAUR, amdvlk-binAUR, nvidia-525xx-utilsAUR, nvidia-575xx-utilsAUR, mesa-minimal-gitAUR, nvidia-535xx-utilsAUR, mesa-nollvm-gitAUR, vulkan-terakan-gitAUR, amdonly-gaming-vulkan-radeon-gitAUR, nvidia-470xx-utilsAUR, nvidia-550xx-utilsAUR, nvidia-utils-bsbAUR, nvidia-580xx-utilsAUR, mesa-gitAUR, nvidia-390xx-utilsAUR, nvidia-utils-betaAUR, mesa-dlss-reflex-gitAUR, nvidia-vulkan-utilsAUR, mesa-rk35xx-gitAUR, vulkan-radeon-rdna2vrAUR, nvidia-utils, vulkan-asahi, vulkan-broadcom, vulkan-dzn, vulkan-freedreno, vulkan-gfxstream, vulkan-intel, vulkan-kosmickrisp, vulkan-nouveau, vulkan-panfrost, vulkan-powervr, vulkan-radeon, vulkan-swrast, vulkan-virtio)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR)
- Show 9 more dependencies...
Required by (1)
- noon-optional (requires zed)
Latest Comments
1 2 3 Next › Last »
Zollerboy1 commented on 2026-04-17 15:18 (UTC) (edited on 2026-04-17 15:19 (UTC) by Zollerboy1)
@mikelei iirc (please correct me if I’m wrong), zed hard-depends on nodejs/npm not just for general TS/JS support, but for installing and running several of the built-in language servers (most notably for JSON support). This means that zed will automatically download nodejs/npm into a private directory if you don’t have it installed system wide. I know that this isn’t ideal, but if you really don’t want these binaries to be installed, you will probably have to file an issue upstream (or rather pile support onto an existing one like https://github.com/zed-industries/zed/issues/12589).
mikelei commented on 2026-04-17 15:01 (UTC)
Thanks for the fix. However, I noticed that you've also added the following new dependencies:
nodejs>=18,npm, andnetcat. After digging through commits and issues of the official repo, I believe that thenodejsandnpmpackages were added for TS/JS language server support (see #5 and #6). And thenetcatpackage was added for SSH remote support (see !7).However, I believe these are totally optional, as not everyone write TS/JS and not everyone uses the SSH remote development functionality. Specifically, I do write TS/JS but I use
bunfor all the JS runtime and package manager stuff and don't want to have uselessnodejsandnpmpackages installed on my system just because some optional language server support requires them as the default.I hope you can move these three packages to the
optdependssection of this package, just like the other ones likepyrightfor Python language server andrust-analyzerfor Rust language server support. Then people who really need them can choose to install them.Thank you again for maintaining this package!
Zollerboy1 commented on 2026-04-14 17:29 (UTC)
@mikelei I have updated the dependency list now. It is directly taken from the official zed package in the extra repository, but that package defines a few unneeded dependencies apparently. I have commented them out for now.
mikelei commented on 2026-04-10 05:36 (UTC)
Got this warning:
Zollerboy1 commented on 2025-12-05 20:20 (UTC)
@he3als thanks, should be fixed now! Can you confirm that it works correctly for you starting from version 0.216.0-2?
he3als commented on 2025-12-05 19:16 (UTC) (edited on 2025-12-05 19:21 (UTC) by he3als)
It seems like this package is still affected by this issue https://github.com/zed-industries/zed/pull/21137
aria_im commented on 2025-08-08 18:28 (UTC)
The icon is currently placed in the wrong location (
/usr/share/iconsinstead of being placed underhicolor).envolution commented on 2025-06-17 19:39 (UTC)
May be worth reconsidering - Yes I'm aware this is likely temporary - it's probably much less likely to happen from sourcing github
Zollerboy1 commented on 2025-04-22 23:57 (UTC)
@GrabbenD I think I'm gonna keep using the official release URL that the zed installer is using as well. I'm taking the sha256 sums from the GitHub releases though, so what you're downloading is validated against those. I'm not sure I understand how that release actions workflow file helps me here.
GrabbenD commented on 2025-04-22 18:27 (UTC)
Wouldn't it be wiser to use
github.com/zed-industries/zed/releasesas thesourceconsidering the build is distributed by automated and transparent Github Workflows?https://github.com/zed-industries/zed/actions/workflows/community_release_actions.yml
1 2 3 Next › Last »