Your entire macOS developer environment, configured from a single file — one command to get started.
curl -fsSL https://thingstead.io/tilde/install.sh | bashOr run without installing:
npx @jwill824/tilde- Config-first — define your entire dev environment in
tilde.config.json; replay it on any machine with zero re-prompting - Interactive wizard — 14-step guided setup: shell → package manager → version managers → languages → contexts → git auth → secrets
- Multi-account GitHub —
cdhook auto-switchesghCLI account andincludeIfgit identity per workspace - Idempotent — safe to re-run; skips anything already correctly configured
- Plugin architecture — every integration (package manager, version manager, secrets backend) is swappable
- Checkpoint / resume — interrupted mid-wizard? Pick up where you left off
- 📄 Configuration reference
Installation guide · Getting started · Configuration reference · Plugin API
See CONTRIBUTING.md for the development workflow, plugin authoring guide, and speckit pipeline.
MIT — see LICENSE