logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install Z3Prover/z3. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

Z3Prover/z3 Installation Guide

How to install Z3Prover/z3. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for Z3Prover/z3. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i Z3Prover/z3
or

Install via npx

npx @hexmos/ipm i Z3Prover/z3

Prerequisites

Microsoft Visual Studio

build_tool

Version: 2019 or later (recommended for C++20 support)

CMake

build_tool

Version: 3.14 or later

Git

system_tool

Version: 2.30 or later

Python

language

Version: 3.8 or later

Visual C++ compiler (MSVC)

build_tool

Version: 14.20 or later

GCC/Clang

build_tool

Version: 9.3.0 or later

GMP (optional)

library

Version: 4.1.2

WASM build tools

build_tool

Version: latest

vcpkg (optional)

package_manager

Version: v0.12.0 or later

Bazel (optional)

build_tool

Version: 4.3.0 or later

Axiom Profiler

system_tool

Version: latest

Docker (optional)

system_tool

Version: 1.13 or later

AWS Account Access (optional)

service

Version: any

GitHub account (optional)

service

Version: any

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Install via pip

pip install z3-solver

Post Installation Steps

  • Open the Z3 interface in your browser (e.g., http://localhost:8080). You can find the default user credentials in the `config/z3.json` file.
  • Start a new project by creating a new folder and running `python scripts/mk_make.py`. This will create a basic Z3 project structure.