Package Details: vscodium-bin 1.135.06055-1

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)

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.

Latest Comments

1 2 3 4 5 6 .. 31 Next › Last »

Icelk commented on 2026-08-26 12:02 (UTC)

Sorry, it's released now.

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:)