Redefining Software Development
This Coder Template will setup a MacOS environment for developing apps and websites, developed by doppelt.digital
This template will create a new MacOS based VM together with a Coder Workspace that includes:
- MacOS environment running on Apple Silicon
- Code-Server (VSCode in the browser)
- OpenAI Codex running with a ready-made connection to self-hosted LLMs
- Pre-installed development tools for web and app development, installed via asdf
- Create a new Coder Workspace
- Select the "doppelt.digital MacOS" template
- Select the project you want to work in
- Have fun coding
Under the hood, this template creates a new MacOS VM on a Physical Mac using Tart. The VM Image used for that is already pre-installed with all the necessary tools and configurations to run a MacOS environment. We build this image using Packer and custom ansible scripts.
Step 1: Terraform will apply all the resources and run the setup-tart-vm.sh script Step 2: The setup-tart-vm.sh script will create a new MacOS VM using Tart and the pre-built image Step 3: The VM will be started together with all services