Package Details: cockpit-tools 0.24.3-1

Git Clone URL: https://aur.archlinux.org/cockpit-tools.git (read-only, click to copy)
Package Base: cockpit-tools
Description: Universal AI IDE account manager for Antigravity / Codex / GitHub Copilot / Windsurf / Kiro / Cursor / Gemini-cli / CodeBuddy
Upstream URL: https://github.com/jlcodes99/cockpit-tools
Keywords: antigravity cockpit-tools codebuddy codex copilot cursor gemini-cli github kiro windsurf
Submitter: klpod221
Maintainer: klpod221
Last Packager: klpod221
Votes: 1
Popularity: 0.24
First Submitted: 2026-03-12 03:43 (UTC)
Last Updated: 2026-05-21 04:00 (UTC)

Latest Comments

daguo commented on 2026-04-30 13:03 (UTC)

Hi maintainer,

The source build currently fails at the Tauri bundling step.

When building with npm run tauri build, the build fails with:

error: invalid value 'none' for '--bundles [<BUNDLES>...]' [possible values: deb, rpm, appimage]

It looks like the current Tauri configuration or build command may no longer be compatible with the installed Tauri CLI version. The bundle.active = false / none behavior seems to be rejected, and only deb, rpm, or appimage are accepted.

Could you please check the PKGBUILD and the upstream build configuration?

Thanks for maintaining this package.