Releases: ih3xcode/pike
Releases · ih3xcode/pike
v0.3.0
What's new
- Sensor grouping tags (
--tags) — comma-separated tags passed tofalconctl --tagson Linux andGROUPING_TAGS=on Windows during installation. - Default
deployment/piketag — automatically applied to all deployments, making it easy to identify hosts installed via Pike in the Falcon console. Opt out with--no-default-tagin 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
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
What's new
- Self-update system —
pike updatechecks for new releases,pike update --applydownloads 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 --versionflag- Document required API scope (Sensor Download, Read) in README
Full Changelog: v0.1.0...v0.2.0
v0.1.0
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