๐ IQToolkit Analyzer v0.3.0rc3: Release Candidate (Contracts + CLI UX)
Giovanni MartinezยทFebruary 8, 2026ยทless than a minute read
releasepostgresqlmongodbdatabase performanceaidevtoolsquery optimizationdatabase analysisperformance tuningcli
IQToolkit Analyzer v0.3.0rc3 is now available on PyPI. This release candidate focuses on making outputs more consistent, improving configuration validation, and polishing the CLI for daily use.
Watch demos and tutorials on the iqtoolkit YouTube channel:
youtube.com/@iqtoolkit
.
Highlights
- Contracts-first outputs via
contract_resultsacross CLI, API, and reports. - New config validation command:
iqtoolkit-analyzer config validate. - CLI UX polish:
--examplesflag and improved error messaging. - MongoDB reports now include a real-time metrics snapshot (serverStatus/dbStats/collStats).
Installation Guide
IQToolkit Analyzer can be installed on macOS, Windows, and Linux using multiple methods.
Quick Start
PyPI Installation (Recommended)
# Install from PyPI
pip install iqtoolkit-analyzerVerify installation
iqtoolkit-analyzer --versionRun analysis
iqtoolkit-analyzer pg analyze -c postgresql://localhost/postgres --examples
Release Candidate (PyPI)
# Install the release candidate from PyPI
python -m pip install --upgrade iqtoolkit-analyzer==0.3.0rc3Verify
iqtoolkit-analyzer --version
Using pipx (Isolated Environment)
# Install pipx if not already installed
pip install pipx
pipx ensurepathInstall iqtoolkit-analyzer
pipx install iqtoolkit-analyzerRun
iqtoolkit-analyzer --version
Platform-Specific Installation
macOS
##### Homebrew (Easiest)
# Add IQToolkit tap
brew tap iqtoolkit/iqtoolkitInstall
brew install iqtoolkit-analyzerVerify
iqtoolkit-analyzer --version
Status: ๐ง Under Development
- Formula created and ready
- Requires tap repository setup before the v0.3.0 stable release
- RC installs should use pip/pipx
- See Release Process for timeline
Docs and Guides
- Getting started: https://docs.iqtoolkit.ai/getting-started
- Configuration: https://docs.iqtoolkit.ai/configuration
- Migration guide: https://docs.iqtoolkit.ai/migration-guide
- API reference: https://docs.iqtoolkit.ai/api-reference
Feedback
Please report issues or feedback here: https://github.com/iqtoolkit/iqtoolkit-analyzer/issues
Thanks for testing the RC and helping us harden the v0.3.0 release.