Search Criteria
Package Details: proton-drive-cli-git 0.4.6.r46.f249616-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/proton-drive-cli-git.git (read-only, click to copy) |
|---|---|
| Package Base: | proton-drive-cli-git |
| Description: | Official Proton Drive command-line client |
| Upstream URL: | https://github.com/protondriveapps/sdk |
| Licenses: | MIT |
| Conflicts: | proton-drive-cli |
| Provides: | proton-drive-cli |
| Submitter: | ralphptorres |
| Maintainer: | ralphptorres |
| Last Packager: | ralphptorres |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2026-06-18 14:27 (UTC) |
| Last Updated: | 2026-07-02 08:30 (UTC) |
Latest Comments
ralphptorres commented on 2026-07-02 08:45 (UTC)
update: build fixed for upstream's repo restructure (cli moved to root, sdk to client/js). package now uses upstream's bun run build:bundle — the same non-embedded approach from #33, which upstream independently implemented
ralphptorres commented on 2026-06-18 14:41 (UTC)
note on
bundependencythe use of bun in this package reflects an upstream decision. the proton drive sdk cli is built with bun and the resulting binary embeds it by default. refer to upstream readme https://github.com/ProtonDriveApps/sdk/blob/main/js/cli/README.md
this is unfortunately coincidental with the recent malicious AUR packages incident (refer to https://archlinux.org/news/active-aur-malicious-packages-incident), in which hijacked packages added
bun(and similar tools) as dependencies to run arbitrary codeto be clear: this package is not affected by that incident. upstream uses bun to produce a ~100 MB self-contained binary. i've opted to keep bun as a runtime dependency instead, which reduces the package to ~12 MB and is more in line with arch packaging conventions. a PR is filed upstream at https://github.com/ProtonDriveApps/sdk/pull/33 to support this approach officially.