Releases
Public package versions of the OpenTide DetectionOps engine on PyPI.
The engine is the opentide package. Pin a version in CI. Source of truth for notes is CHANGELOG.md in the repository; GitHub Releases are tagged v* and publish to PyPI.
0.1.0 — 9 September 2026
First public beta. Not 1.0.
Install
pip install opentide==0.1.0
export OPENTIDE_REPO_ROOT=/path/to/detection-repo
opentide validate --strictPython 3.10–3.14. One wheel: CLI, MCP (opentide-mcp), SDK, seven platform adapters. Enable platforms with opentide setup platforms — not with pip extras.
What this version is
- A version you can pin, instead of a CoreTide submodule SHA.
opentide setupfor repo, CI, MCP, and skills.- Honest capability: seven platforms deploy; five validate query syntax (Sentinel, Defender, Splunk, SentinelOne, Carbon Black). CrowdStrike and HarfangLab are deploy-only.
What it is not
- A hard cut for existing instances. Pinned CoreTide checkouts keep resolving. Migrate when you next touch CI — migration guide.
- A freeze forever. For four weeks after 0.1.0 the maintainers treat this as a support window: deployer bugs, docs, agent setup, migration questions. File issues on OpenTideHQ/opentide.
Links