macOS
brew install falcoctllocal Homebrew formula metadata
brew / rank 6825
CLI tool for working with Falco and its ecosystem components. Version 0.13.0 via Homebrew; verified 2026-07-26. Also installable with nix: nix profile install nixpkgs#falcoctl.
install
brew install falcoctllocal Homebrew formula metadata
nix profile install nixpkgs#falcoctlnixpkgs package indexes · pkgs/by-name/fa/falcoctl/package.nix · source: api.github.com
sudo zypper install falcoctlopenSUSE Tumbleweed package metadata · falcoctl · source: download.opensuse.org
overview
CLI tool for working with Falco and its ecosystem components
history
falcoctl is the official administrative CLI for Falco and its ecosystem components. It installs, searches, and updates Falco artifacts such as rules files and plugins through configured indexes and registries.
The repository was created in 2019 and its first GitHub release was labeled an initial proof of concept. It later became part of the Falco project's core, stable repository set, with the README badges identifying it as both a Falco core repository and stable project.
The tool exists because Falco is no longer just one binary and one rules file. The Falco project documents falcoctl as the component that makes it easier to install rules and plugins and perform administrative tasks, and also notes that falcoctl is bundled together with Falco.
falcoctl's adoption is tied to Falco's ecosystem packaging. Its README documents Linux and macOS release artifacts, Homebrew installation on macOS, source builds, and the default falcosecurity artifact index at `https://falcosecurity.github.io/falcoctl/index.yaml`.
The broader Falco documentation describes Falco as a graduated CNCF project used in production by listed organizations, and names falcoctl among the main project components and ecosystem tools. That makes falcoctl important even when users encounter it indirectly through Falco packaging.
The basic workflow begins with `falcoctl index add`, which stores index metadata locally and downloads an index file. Users then run commands such as `falcoctl index list`, `falcoctl artifact search`, and `falcoctl artifact install` to discover and install Falco rules files and plugins from registries such as GHCR.
The default system configuration file is `/etc/falcoctl/falcoctl.yaml`, while user state under `~/.config/falcoctl/` stores caches, index metadata, and OAuth2 client credentials. Registry authentication can also be configured in the YAML file for private or cloud registries.
falcoctl matters to package and runtime-security users because it separates Falco ecosystem artifact distribution from the Falco daemon itself. Instead of hand-copying rule files and plugins, operators can use a package-manager-like index and artifact model that fits CI, container, and host automation.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
/etc/falcoctl/falcoctl.yamlCredential-bearing paths to review before unattended agent runs.
/etc/falcoctl/falcoctl.yamlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
falcoctl | executable | indexed executable | Discovered from the local executable index. |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:falcoctl |
|---|---|
| Version | 0.13.0 |
| Package manager | Homebrew |
| Homepage | https://github.com/falcosecurity/falcoctl |
| Repository | https://github.com/falcosecurity/falcoctl |
| Last updated | 2026-07-26T11:37:55+02:00 |
| Pulse | updated |
| Bottle | not recorded |
| Service | none declared |
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
falcoctl
nix profile install nixpkgs#falcoctlfalcoctl 0.13.0-1.4
CLI / Administrative tooling for Falco
https://github.com/falcosecurity/falcoctl
sudo zypper install falcoctlfalcoctl-bash-completion 0.13.0-1.4
Bash Completion for falcoctl
https://github.com/falcosecurity/falcoctl
sudo zypper install falcoctl-bash-completionfalcoctl-fish-completion 0.13.0-1.4
Fish Completion for falcoctl
https://github.com/falcosecurity/falcoctl
sudo zypper install falcoctl-fish-completionfalcoctl-zsh-completion 0.13.0-1.4
Zsh Completion for falcoctl
https://github.com/falcosecurity/falcoctl
sudo zypper install falcoctl-zsh-completionsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.