Sorry, it's released now.
Search Criteria
Package Details: vscodium-bin 1.135.06055-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/vscodium-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | vscodium-bin |
| Description: | Binary releases of VS Code without MS branding/telemetry/licensing. |
| Upstream URL: | https://github.com/VSCodium/vscodium |
| Licenses: | MIT |
| Conflicts: | vscodium |
| Provides: | codium, vscode, vscodium |
| Submitter: | ckatri |
| Maintainer: | Icelk |
| Last Packager: | Icelk |
| Votes: | 396 |
| Popularity: | 7.55 |
| First Submitted: | 2020-09-23 18:58 (UTC) |
| Last Updated: | 2026-09-09 09:00 (UTC) |
Dependencies (14)
- alsa-lib
- bash (bash-gitAUR, bash-devel-gitAUR)
- cairo (cairo-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-fast-optimizedAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- libnotify (libnotify-gitAUR)
- libxss
- libxtst
- nss (nss-hgAUR)
- python
- gvfs (gvfs-gitAUR, gvfs-googledriveAUR) (optional) – For move to trash functionality
- libdbusmenu-glib (optional) – For KDE global menu
Required by (8)
- noon-optional
- python-ocp-vscode (requires vscode) (optional)
- vscodium-all-marketplace (requires codium) (optional)
- vscodium-bin-marketplace
- vscodium-features (requires vscodium)
- vscodium-marketplace (requires vscodium)
- vscodium-prod-patcher (requires vscodium)
- vscodium-xdg-dir-patch (requires codium)
Sources (8)
- https://github.com/VSCodium/vscodium/releases/download/1.135.06055/VSCodium-linux-arm64-1.135.06055.tar.gz
- https://github.com/VSCodium/vscodium/releases/download/1.135.06055/VSCodium-linux-x64-1.135.06055.tar.gz
- https://raw.githubusercontent.com/VSCodium/vscodium/refs/tags/1.135.06055/src/stable/resources/linux/code.svg
- LICENSE
- vscodium-bin-url-handler.desktop
- vscodium-bin.desktop
- vscodium-bin.install
- vscodium-bin.sh
Icelk commented on 2026-08-26 12:02 (UTC)
drakkar1969 commented on 2026-08-24 10:53 (UTC)
Thanks for updating the launch script, could you please also update the pkgrel, so that it shows as an update?
Icelk commented on 2026-08-23 14:19 (UTC)
@qvpgp Thanks for reporting! It's fixed now.
qvpgp commented on 2026-08-16 02:02 (UTC)
there's a bug in the launch script. if you launch vscodium with a --, e.g.:
vscodium -- foo.txt
then the conf flags will go at the end and be wrongly treated as filenames. the bug is in vscodium-bin.sh. it has this:
exec /opt/vscodium-bin/bin/codium "$@" "${CODE_USER_FLAGS[@]}"
but it should be this instead:
exec /opt/vscodium-bin/bin/codium "${CODE_USER_FLAGS[@]}" "$@"
Icelk commented on 2026-06-21 07:57 (UTC)
@ColonelThirtyTwo
It is already supported, though with the name codium-flags.conf.
You could create a symlink between the two to keep them synced.
ColonelThirtyTwo commented on 2026-06-20 18:34 (UTC)
Would it be possible to add support for ~/.config/code-flags.conf like how visual-studio-code-bin does? https://aur.archlinux.org/cgit/aur.git/commit/?h=visual-studio-code-bin&id=a0595836467bb205fcabb7e6d44ad7da82b29ed2
james9k commented on 2026-05-19 22:48 (UTC)
The PKGBUILD in the downloaded snapshot https://aur.archlinux.org/cgit/aur.git/snapshot/vscodium-bin.tar.gz is not up to date and has the previous version.
Icelk commented on 2026-03-24 06:39 (UTC)
@webdawg See https://github.com/Icelk/aur-updater :)
webdawg commented on 2026-03-23 22:14 (UTC)
@icelk, can you release your build and release pipleline here so I can use it for other packages?
Icelk commented on 2026-03-22 18:13 (UTC)
@nervocalm
That's great to hear:)
Pinned Comments
<deleted-account> commented on 2021-05-12 00:31 (UTC)
@Icelk set up a script that checks for new releases and pushes updates if there are any new ones. I believe it runs every hour so there's no need to flag OOD, unless there's something that needs changed with the PKGBUILD.