CondaNest: Web-based Conda Manager
A fast, minimal web app for managing and cleaning Conda/Mamba environments on Linux, Windows, and macOS.
Runs a local web server that opens in your browser - no native GUI dependencies required.
Features
- List environments with path and disk usage
- Clone, rename, delete, export to
environment.yml - Bulk export or create envs from YAML folders
- Run
conda clean --allfrom a simple dialog - Manage global channels and strict priority
- Install packages in a environment
Installation
Install CondaNest using pip:
pip install condanest
Or install from source:
git clone https://github.com/aradar46/condanest.git
cd condanest
pip install .
Usage
After installation, run:
condanest
The app will automatically start a web server and open in your browser at http://127.0.0.1:8765
Platform-specific notes:
- Linux/macOS: The browser should open automatically
- Windows: The browser should open automatically. If it doesn't, manually navigate to http://127.0.0.1:8765
Anaconda Terms of Service
If you use Anaconda or Miniconda with default Anaconda channels, you may need to accept the Terms of Service once:
conda tos accept --override-channels --channel https://repo.anaconda.com/pkgs/main
conda tos accept --override-channels --channel https://repo.anaconda.com/pkgs/r
After running these commands, retry the operation in CondaNest.
Requirements
- Python 3.10+
- FastAPI and Uvicorn (installed automatically via pip)
License
MIT License
Release files for condanest 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| condanest-0.1.0.tar.gz | 22.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| condanest-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:45.7 kB
Release files / condanest-0.1.0.tar.gz
| Download URL | condanest-0.1.0.tar.gz |
|---|---|
| Size | 22.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d7d888e98f825d08cac8f1cea9849f864cb234c2b16591e4f134e97a32c98c12
|
|
BLAKE2b-256 checksum How to use checksums |
8d292c0413de26e19cc1256e3fc712ae2d735337068ed5cb866c60bd3b008a32
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / condanest-0.1.0-py3-none-any.whl
| Download URL | condanest-0.1.0-py3-none-any.whl |
|---|---|
| Size | 23.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f323a5fb1ae5407c265ee1213ece518cee0a835b0c7baf5c92cb349cf579f840
|
|
BLAKE2b-256 checksum How to use checksums |
1a5cc37dd52f3be229da58acfa971b5da55e2aa8890dc7d7f074766255c07656
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|