Installation and Docker usage

July 23, 2026 ยท View on GitHub

Speakeasy requires Python 3.10+.

Install from PyPI

python3 -m pip install speakeasy-emulator

Verify installation:

speakeasy -h

Install from source

git clone https://github.com/mandiant/speakeasy.git
cd speakeasy
python3 -m pip install -e ".[dev]"

Run in Docker

Build image:

cd <repo_base_dir>
docker build -t speakeasy:local .

Run container with a host sample directory mounted at /sandbox:

docker run -v <path_containing_samples>:/sandbox -it speakeasy:local