Skip to main content

Getting Started

tip

We recommend reading through the setup process before following it step by step, to ensure that you are happy with installing the required dependencies.

Environment Setup

There are two ways to set up the ZMK development environment:

  • Docker:
    A self-contained development environment. It uses the same Docker image which is used by the GitHub action for local development. Beyond the benefits of dev/prod parity, this approach may be easier to set up for some operating systems. No toolchain or dependencies are necessary when using Docker; the container image has the toolchain installed and set up to use.

  • Native:
    This uses your operating system directly. Usually runs slightly faster than the Docker approach, and can be preferable for users who already have the dependencies on their system.

Please see the Docker instructions or native instructions to continue setup.