In the meantime, I've created a complimentary package, authentik-platform-bin, which repackages the released Debian packages for Arch.
Search Criteria
Package Details: authentik-cli-git r879.4803fcac-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/authentik-platform-git.git (read-only, click to copy) |
|---|---|
| Package Base: | authentik-platform-git |
| Description: | authentik CLI |
| Upstream URL: | https://github.com/goauthentik/platform |
| Licenses: | AGPL3 |
| Conflicts: | authentik-cli |
| Provides: | authentik-cli |
| Submitter: | rabidpug |
| Maintainer: | rabidpug |
| Last Packager: | rabidpug |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2026-02-17 06:55 (UTC) |
| Last Updated: | 2026-02-17 06:55 (UTC) |
Dependencies (3)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, goup-rsAUR, go-binAUR, gcc-go-snapshotAUR, gcc-go) (make)
- rust (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rustup) (make)
Required by (2)
- authentik-agent-bin (requires authentik-cli)
- authentik-agent-git (requires authentik-cli)
Sources (4)
Latest Comments
jonathanio commented on 2026-06-27 14:01 (UTC)
jonathanio commented on 2026-06-27 12:18 (UTC)
It looks like this package is out of date. Not so much in terms of version, but some recent commits have migrated more of the applications over to Rust. Therefore, they've removed the old agent_local and cli folders under cmd/. They're managed by ak-cli, ak-agent, etc., at the root of the repository.
rabidpug commented on 2026-05-27 10:29 (UTC) (edited on 2026-05-27 12:03 (UTC) by rabidpug)
@kryptonian
This package base contains multiple packages that match up to those mentioned in Authentik's guide for deploying the authentik Agent on Linux under the "Install the authentik Agent on Linux" heading. namely, in step 3 of the Debian instructions:
authentik-cli-git (aur) > authentik-cli (debian)
authentik-agent-git > authentik-agent
authentik-sysd-git > authentik-sysd
(Noting there is also authentik-browser-support-git, which is not mentioned but is a dependency for authentik-sysd)
And in step 4:
authentik-nss-git > libnss-authentik
authentik-pam-git > libpam-authentik
With that context, you should be able to follow Authentik's documentation.
kryptonian commented on 2026-05-27 09:11 (UTC)
This results in not being able to use the thing? There's no systemd units for this?
Pinned Comments
jonathanio commented on 2026-06-27 12:18 (UTC)
It looks like this package is out of date. Not so much in terms of version, but some recent commits have migrated more of the applications over to Rust. Therefore, they've removed the old
agent_localandclifolders undercmd/. They're managed byak-cli,ak-agent, etc., at the root of the repository.