Search Criteria
Package Details: kagi-cli 0.15.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/kagi-cli.git (read-only, click to copy) |
|---|---|
| Package Base: | kagi-cli |
| Description: | Agent-native CLI for Kagi subscribers with JSON-first search output |
| Upstream URL: | https://github.com/Microck/kagi-cli |
| Licenses: | MIT |
| Conflicts: | kagi |
| Provides: | kagi |
| Submitter: | microck |
| Maintainer: | microck |
| Last Packager: | microck |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2026-03-21 00:29 (UTC) |
| Last Updated: | 2026-07-25 22:17 (UTC) |
Dependencies (3)
- gcc-libs (gcc-libs-gitAUR, gcc-libs-fast-optimizedAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
Latest Comments
hak8or commented on 2026-06-07 16:26 (UTC)
If anyone has LTO enabled (via OPTIONS containing LTO) in their
/etc/makepkg.conf, you will likely get an error like this at the end of the build;You can either remove LTO from your global
makepkg.conf(would not recommend long term), or thePKGBUILDhere can be adjusted to addoptions=('!lto').