Your one-click Development Environment solution

About Zwik

Zwik is a powerful solution for creating development environments. It ensures consistency by using the same tools and versions across projects. Zwik supports Windows, Linux, and MacOS, and requires no pre-installed dependencies.

Cool! How to get started?

  1. Download the bootstrap script for Linux/Mac or Windows.
  2. Save the script to the root of your project folder.
  3. Run the script, the first time it can take some time to create an initial environment.
  4. The file .zwik/zwik_environment.yaml is created and can be adapted to add the packages you need.

Available Tools

By default Zwik searches on conda-forge for packages.

How does it work?

Zwik is based on the Mamba open source package manager.

Contribute to Zwik

If a specific package is missing, make it available on conda-forge and it will also automatically be available for Zwik.

To contribute to the Zwik client itself, check the client repository.