# `ape` > A Bazel module for working with αcτµαlly pδrταblε εxεcµταblε (APE) pre-built binaries. ## Getting Started Add the following to `MODULE.bazel`: ```py bazel_dep(name = "ape", version = "0.0.0") ``` Binaries are provided as executable targets: ```sh bazel run -- @ape//:curl --version ``` List the available executables: ```sh bazel query 'kind(alias, @ape//:*)' ``` ## Cosmopolitian The project provides pre-built, hermetic [Cosmopolitan pre-built binaries][cosmo.zip]. Cosmopolitan binaries work across all operating systems as explained [upstream][ape]. Binaries are built with [superconfigure]. [cosmo.zip]: https://cosmo.zip [ape]: https://justine.lol/ape.html [superconfigure]: https://github.com/ahgamut/superconfigure