Releases: WizardOpsTech/conjure
Releases · WizardOpsTech/conjure
v1.0.0
Conjure v1.0.0 (2026-02-01T23:01:44Z)
Highlights
Initial release! 🎉
Known Issues
Conjure 1.0.0 still contains many known issues, but is considered stable for general, professional use.
We will be publishing these issues over the coming week after this initial release.
Roadmap
We plan to release new versions based on community feedback. The roadmap is still being divined, but stay tuned.
Installation
Binary Installation
Download the appropriate binary for your platform from the assets below.
Quick Install Script (Linux/macOS)
# Linux
curl -L https://github.com/WizardOpsTech/conjure/releases/download/v1.0.0/conjure_v1.0.0_Linux_x86_64.tar.gz | tar xz
sudo mv conjure /usr/local/bin/
# macOS (Intel)
curl -L https://github.com/WizardOpsTech/conjure/releases/download/v1.0.0/conjure_v1.0.0_Darwin_x86_64.tar.gz | tar xz
sudo mv conjure /usr/local/bin/
# macOS (Apple Silicon)
curl -L https://github.com/WizardOpsTech/conjure/releases/download/v1.0.0/conjure_v1.0.0_Darwin_arm64.tar.gz | tar xz
sudo mv conjure /usr/local/bin/Windows
Download the ZIP file, extract it, and add the executable to your PATH.
Full Changelog: ...v1.0.0