https://github.com/goauthentik/platform
https://github.com/goauthentik/platform
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/goauthentik/platform
- Owner: goauthentik
- License: other
- Created: 2024-11-10T21:08:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-07T14:31:11.000Z (10 months ago)
- Last Synced: 2025-10-07T16:29:04.426Z (10 months ago)
- Language: Swift
- Size: 1.1 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
[](https://codecov.io/gh/goauthentik/cli)
[](https://github.com/goauthentik/cli/actions)
# authentik CLI
> [!CAUTION]
> The authentik CLI is in a pre-alpha state and features/behaviours might change without notice. Use at your own risk.
## Development
The primary supported development environment is devcontainers included with this repo.
To build all the packages and install them on the dev container, run `make test-full`
The local agent is required for most testing; create a new terminal and run `./bin/agent_local/ak-agent`.
### Targets
#### `pam/%`:
PAM Module, built in rust. Requires sysd agent running.
#### `nss/%`:
NSS Module, built in rust. Requires sysd agent running.
#### `cli/%`:
CLI, can be used to interact with agent.
#### `sysd/%`:
System agent.
#### `agent/%`:
Local agent.
#### `browser-ext/%`:
Browser extension, requires local agent