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 will ask for a token (see below) and 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.

Generate Personal Access Token (PAT)

To use Zwik, you need to generate a Personal Access Token (PAT).

You have to be logged in before you can generate a token

Available Tools

Explore the list of all available tools supported by Zwik on our package listing page.

How does it work?

Zwik is based on the Conda open source package manager. By default, packages are retrieved from dedicated Zwik channels. What if a package is not available? It can be added!

Contribute to Zwik

If you want to add packages to the Bosch managed Zwik channels, check the readme of this repository.