Floxenvs
Example Flox environments
Install / Use
/learn @flox/FloxenvsREADME
Example Flox Environments
A collection of ready-to-use Flox environments.
Dual-layer pattern
Most environments follow a dual-layer pattern:
<name>/-- minimal base layer for[include]composition<name>-demo/-- demo with gum UI and sample project files
Include a minimal layer in your own manifest:
[include]
environments = ["flox/<name>"]
Docker images
Each dual-layer environment is published as a Docker image to the GitHub Container Registry:
docker pull ghcr.io/flox/floxenvs:<name>-latest
docker run -it ghcr.io/flox/floxenvs:<name>-latest
Browse all images at ghcr.io/flox/floxenvs.
Environments
Languages
| Environment | Demo | Description | | ----------- | ---- | ----------- | | go (docs, container) | go-demo (docs, container) | Go | | python-pip (docs, container) | python-pip-demo (docs, container) | Python + pip | | python-poetry (docs, container) | python-poetry-demo (docs, container) | Python + Poetry | | python-uv (docs, container) | python-uv-demo (docs, container) | Python + uv | | javascript-bun (docs) | | JavaScript with Bun | | javascript-deno | | JavaScript with Deno | | javascript-node | | JavaScript with Node/NPM | | ruby (docs) | | Ruby | | rust (docs, container) | rust-demo (docs, container) | Rust |
Databases & Services
| Environment | Demo | Description | | ----------- | ---- | ----------- | | postgresql (docs, container) | postgresql-demo (docs, container) | PostgreSQL | | mysql (docs, container) | mysql-demo (docs, container) | MySQL | | mariadb (docs, container) | mariadb-demo (docs, container) | MariaDB | | mongodb (docs, container) | mongodb-demo (docs, container) | MongoDB | | redis (docs, container) | redis-demo (docs, container) | Redis | | valkey (docs, container) | valkey-demo (docs, container) | Valkey | | cassandra (docs, container) | cassandra-demo (docs, container) | Apache Cassandra | | temporal (docs, container) | temporal-demo (docs, container) | Temporal |
Tools & Applications
| Environment | Demo | Description |
| ----------- | ---- | ----------- |
| 1password | | 1Password CLI helper |
| colima (docs, container) | colima-demo (container) | Docker via Colima |
| dotenv | | Load .env variables |
| langchain | | LangChain AI framework |
| localstack | | Local AWS services |
| mkcert | | Local TLS certificates |
| nginx (docs, container) | nginx-demo (container) | Nginx |
| podman | | Podman containers |
| ComfyUI | | ComfyUI for Stable Diffusion |
| verba | | Verba RAG application |
