Skip to content

Releases: ih3xcode/pike

v0.3.0

11 Feb 12:31
v0.3.0
651470d

Choose a tag to compare

What's new

  • Sensor grouping tags (--tags) — comma-separated tags passed to falconctl --tags on Linux and GROUPING_TAGS= on Windows during installation.
  • Default deployment/pike tag — automatically applied to all deployments, making it easy to identify hosts installed via Pike in the Falcon console. Opt out with --no-default-tag in CLI or the checkbox in GUI Advanced settings.
  • GUI: Sensor card — new configuration section with a tags input field.
  • CHANGELOG.md — project now tracks changes in Keep a Changelog format.

Full Changelog: v0.2.1...v0.3.0

Full Changelog: v0.2.1...v0.3.0

v0.2.1

09 Feb 21:44
v0.2.1
1823404

Choose a tag to compare

Changes

  • Strict sensor matching — Pike no longer falls back to a random sensor when no exact match is found. If no compatible sensor exists for a host, it returns a clear error instead of silently serving an incompatible package.
  • Filename validation warnings — When using local sensor files with unrecognizable filenames (missing distro/arch tags), Pike shows warnings in both CLI (stderr) and GUI (yellow banner).
  • Informative client errors — Install scripts (Linux/Windows) now display the server's error message (e.g. "no matching sensor available") instead of opaque HTTP error codes.
  • Fix US-1 cloud routing — Fixed cloud selection routing to the correct API endpoint for US-1.

Full Changelog: v0.2.0...v0.2.1

v0.2.0

09 Feb 20:34
2e7f92d

Choose a tag to compare

What's new

  • Self-update systempike update checks for new releases, pike update --apply downloads and replaces the binary in-place
  • Auto-update check — runs in background on startup; CLI shows a banner notice, GUI shows an update banner with one-click install
  • pike --version flag
  • Document required API scope (Sensor Download, Read) in README

Full Changelog: v0.1.0...v0.2.0

v0.1.0

07 Feb 17:55
932c304

Choose a tag to compare

Pike v0.1.0

Initial release of Pike — CrowdStrike Falcon sensor deployment tool.

Features

  • Serve sensor installers over HTTP for one-liner deployments
  • Support for Linux (deb/rpm) and Windows (exe) sensors
  • Local sensor files or on-demand retrieval via CrowdStrike API
  • GUI mode (default) and CLI mode
  • Host status tracking with live table
  • Token-based authentication
  • Automatic sensor matching by distro/arch

GUI

  • Dark theme with wgpu renderer (DirectX on Windows, Vulkan/GL on Linux)
  • Config, Starting, and Running screens
  • Copy-to-clipboard for deployment commands
  • Fixed-size window, no console on Windows double-click

Full Changelog: https://github.com/ih3xcode/pike/commits/v0.1.0