diff --git a/content/docs/concepts/bincompat.mdx b/content/docs/concepts/bincompat.mdx index c1e48816..8dc8d611 100644 --- a/content/docs/concepts/bincompat.mdx +++ b/content/docs/concepts/bincompat.mdx @@ -30,3 +30,11 @@ Note that, because Linux binaries are included, constructing new Linux binaries This is only the case for building binaries. Prebuilt binaries can be used and the ELF loader app itself can be built on multiple platforms (Linux, Windows, macOS). + +Binary-compatible apps are located in the Unikraft [application `catalog` repository](https://github.com/unikraft/catalog). +Follow the guides below to know how to use and develop for the application catalog: + +- [Using the Application Catalog](/guides/catalog) +- [Application Catalog: Behind the Scenes](/guides/catalog-internals) +- [Application Catalog: Using Firecracker](/guides/catalog-firecracker) +- [Adding Applications to the Catalog](/guides/catalog-add)