Overview
Ape Framework is an easy-to-use Web3 development tool. Users can compile, test, and interact with smart contracts all in one command line session. With our modular plugin system, Ape supports multiple contract languages and chains.
Ape is built by ApeWorX LTD.
Join our ApeWorX Discord server to stay up to date on new releases, plugins, and tutorials.
If you want to get started now, see the Quickstart section.
Documentation
Read our technical documentation to get a deeper understanding of our open source Framework.
Read our academic platform which will help you master Ape Framework with tutorials and challenges.
Prerequisite
In the latest release, Ape requires:
- Linux or macOS
- Python 3.10 up to 3.13
- Windows: Install Windows Subsystem Linux (WSL)
Check your python version in a terminal with python3 --version.
Installation
There are three ways to install ape: pipx, pip, or Docker.
Considerations for Installing
-
If using
pip, we advise using the most up-to-date version ofpipto increase the chance of a successful installation.- See issue https://github.com/ApeWorX/ape/issues/1558.
- To upgrade
pipfrom the command line, run:pip install --upgrade pip.
-
We advise installing in a virtualenv or venv to avoid interfering with OS-level site packages.
-
We advise installing
apewith recommended pluginspip install eth-ape'[recommended-plugins]'. -
We advise for macOS users to install virtual env via homebrew.
Installing with pipx or pip
-
Install
pipxvia their installation instructions orpipvia their installation instructions. -
Install
apeviapipx install eth-apeorpip install eth-ape.
Installing with docker
Ape can also run in a docker container.
You can pull our images from ghcr.
This image is built using our recommended-plugins extra, so it is a great starting point for running ape in a containerized environment.
We also have a slim docker image that is built without any installed plugins.
This image is meant for production support and must be further configured if any plugins are in use.
You can pull the image:
$ docker pull ghcr.io/apeworx/ape:latest # installs with recommended-plugins
or pull the slim if you have specific needs that you'd like to build from:
$ docker pull ghcr.io/apeworx/ape:latest-slim # installs ape with required packages
or build the image locally from source:
$ docker build -t ape:latest-slim -f Dockerfile.slim .
$ docker build -t ape:latest .
An example of running a command from the container would be:
docker run \
--volume $HOME/.ape:/home/harambe/.ape \
--volume $HOME/.vvm:/home/harambe/.vvm \
--volume $HOME/.solcx:/home/harambe/.solcx \
--volume $PWD:/home/harambe/project \
apeworx/ape compile
Note: The above command requires the full install which includes
recommended-pluginsinstallation extra.
Quickstart
After you have installed Ape, run ape --version to verify the installation was successful.
You can interact with Ape using the command line or the Ape console.
See the following user-guides for more in-depth tutorials:
Plugin System
Ape's modular plugin system allows users to have an interoperable experience with Web3.
-
Learn about installing plugins from following this installing user guide.
-
Learn more about developing your own plugins from this developing user guide.
If a plugin does not originate from the [ApeWorX GitHub Organization](https://github.com/ApeWorX?q=ape&type=all), you will get a warning about installing 3rd-party plugins.
Install 3rd party plugins at your own risk.
Release files for eth-ape 0.8.52
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| eth_ape-0.8.52.tar.gz | 747.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| eth_ape-0.8.52-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.2 MB
Release files / eth_ape-0.8.52.tar.gz
| Download URL | eth_ape-0.8.52.tar.gz |
|---|---|
| Size | 747.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
afe40c2e14d9cf8e5b32cba7b1253096762ebd3133b457873f82ddc6a4c64ccd
|
|
BLAKE2b-256 checksum How to use checksums |
9c95034fadb2df232ef96fb86028fa512c3ac534f458cf210dfb7f97e61b3213
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.
Transparency logRelease files / eth_ape-0.8.52-py3-none-any.whl
| Download URL | eth_ape-0.8.52-py3-none-any.whl |
|---|---|
| Size | 430.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
efc5b1f448d0e478df1eac9260abc1dd65c37b42b1aadcaf25afc52177cacc1f
|
|
BLAKE2b-256 checksum How to use checksums |
19c8010867b01feaf1eb71fec3b44163a8c3bf067a5c21fefd09fc1b43e2bc95
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.
Transparency log