# Microbium > Organic creature drawing and simulating toy for macOS. ![Microbium](./screen_shots/screen_shot_04.jpg) ## Videos [**Ambient Microbium worlds** - GitHub Universe 2020](https://www.youtube.com/watch?v=XRV0yRLiC1g) – Audio + video performance [**Create kinetic simulations with Microbium** - GitHub Universe 2020](https://www.youtube.com/watch?v=RJtifEJ7mpE) – Short technical overview and tutorial ## App Downloads **[v1.0.0-beta-2 for macOS](https://microbiumapp.com/download/v1.0.0-beta-2)** – Released Spring 2020 **[v1.0.0-beta-1 for macOS](https://microbiumapp.com/download/v1.0.0-beta-1)** – Released Fall 2019 ## License Microbium (c) 2017-2025 by Ash Weeks Microbium is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. You should have received a copy of the license along with this work. If not, see https://creativecommons.org/licenses/by-nc-sa/4.0/. ## Developing ### Build Setup **Install dependencies** `yarn install` **Run app in development mode** `yarn dev` **Build packaged app** `yarn build` **Run code style linter** `yarn lint`