🍺 BREW Explorer

← all formulae

falcoctl

brew install falcoctl v0.12.2 Apache-2.0

CLI tool for working with Falco and its ecosystem components

10
30-day installs · #8749
22
90-day · #9454
249
365-day · #6805
128
★ GitHub stars · updated 2mo ago

Build dependencies

go

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "go"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "CLI tool for working with Falco and its ecosystem components",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:37:30+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "falcoctl",
  "github_default_branch": "main",
  "github_last_commit_at": "2026-06-15T04:58:04Z",
  "github_readme_excerpt": "# \ud83e\uddf0 falcoctl\n\n[![Falco Core Repository](https://github.com/falcosecurity/evolution/blob/main/repos/badges/falco-core-blue.svg)](https://github.com/falcosecurity/evolution/blob/main/REPOSITORIES.md#core-scope) [![Stable](https://img.shields.io/badge/status-stable-brightgreen?style=for-the-badge)](https://github.com/falcosecurity/evolution/blob/main/REPOSITORIES.md#stable) [![License](https://img.shields.io/github/license/falcosecurity/falcoctl?style=for-the-badge)](./LICENSE)\n\nThe official CLI tool for working with [Falco](https://github.com/falcosecurity/falco) and its [ecosystem components](https://falco.org/docs/#what-are-the-ecosystem-projects-that-can-interact-with-falco).\n\n## Installation\n### Install falcoctl manually\nYou can download and install *falcoctl* manually following the appropriate instructions based on your operating system architecture.\n#### Linux\n##### AMD64\n```bash\nLATEST=$(curl -sI https://github.com/falcosecurity/falcoctl/releases/latest | awk \u0027/location: /{gsub(\"\\r\",\"\",$2);split($2,v,\"/\");print substr(v[8],2)}\u0027)\ncurl --fail -LS \"https://github.com/falcosecurity/falcoctl/releases/download/v${LATEST}/falcoctl_${LATEST}_linux_amd64.tar.gz\" | tar -xz\nsudo install -o root -g root -m 0755 falcoctl /usr/local/bin/falcoctl\n```\n##### ARM64\n```bash\nLATEST=$(curl -sI https://github.com/falcosecurity/falcoctl/releases/latest | awk \u0027/location: /{gsub(\"\\r\",\"\",$2);split($2,v,\"/\");print substr(v[8],2)}\u0027)\ncurl --fail -LS \"https://github.com/falcosecurity/falcoctl/releases/download/v${LATEST}/falcoctl_${LATEST}_linux_arm64.tar.gz\" | tar -xz\nsudo install -o root -g root -m 0755 falcoctl /usr/local/bin/falcoctl\n```\n\u003e NOTE: Make sure */usr/local/bin* is in your PATH environment variable.\n\n#### MacOS\nThe easiest way to install on MacOS is via `Homebrew`:\n```bash\nbrew install falcoctl\n```\n\nAlternatively, you can download directly from the source:\n\n##### Intel\n```bash\nLATEST=$(curl -sI https://github.com/falcosecurity/falcoctl/releases/latest | awk \u0027/location: /{gsub(",
  "github_repo": "falcosecurity/falcoctl",
  "github_stars": 128,
  "github_topics": [],
  "homepage": "https://github.com/falcosecurity/falcoctl",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 10,
  "installs_365d": 249,
  "installs_90d": 22,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "Apache-2.0",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "falcoctl",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 8749,
  "rank_365d": 6805,
  "rank_90d": 9454,
  "raw_hash": "58c7613477a9c719",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/f/falcoctl.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": "HEAD",
  "version_stable": "0.12.2",
  "versioned_formulae": [],
  "why_use_this": null
}