Skip to main content

Standalone (local) installation

The standalone mode is an experimental feature, and the quickest way to start using conda-store. It provisions a complete local setup with conda-store-server running in the background along with conda-store UI running on localhost.

This installation is recommend for individual users.

1. Install the library

note

The standalone mode is available in versions 2023.10.1 and later.

Install conda-store-server with conda or pip:

conda install -c conda-forge conda-store-server

2. Start in standalone mode

Run the following in the command line:

conda-store-server  --standalone

Access conda-store UI at localhost:8080 🎉

Next steps

Learn to use the conda-store UI with these tutorials.