SkillAgentSearch skills...

Natilius

๐Ÿš Automated one-click developer and engineering environment setup on Mac OS. Use with terraform and dotfiles to fully reload a mac from the ground up. Perfect for reasearch, sandbox and ai agents.

Install / Use

/learn @vincentkoc/Natilius
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<p align="center"> <img src="docs/assets/artwork-icon.png" alt="Natilius" width="100"/> </p> <h1 align="center">Natilius</h1> <p align="center"> <strong>Your Mac, ready to code. One command.</strong> </p> <p align="center"> <a href="https://github.com/vincentkoc/natilius/actions/workflows/ci.yml"><img src="https://github.com/vincentkoc/natilius/actions/workflows/ci.yml/badge.svg" alt="CI"></a> <a href="https://github.com/vincentkoc/natilius/releases"><img src="https://img.shields.io/github/v/release/vincentkoc/natilius?include_prereleases" alt="Release"></a> <a href="https://github.com/vincentkoc/natilius/blob/main/LICENSE"><img src="https://img.shields.io/github/license/vincentkoc/natilius" alt="License"></a> <a href="https://github.com/vincentkoc/natilius/stargazers"><img src="https://img.shields.io/github/stars/vincentkoc/natilius" alt="Stars"></a> <img src="https://img.shields.io/badge/macOS-13%2B-blue" alt="macOS"> </p> <p align="center"> <a href="https://vincentkoc.github.io/natilius">Documentation</a> ยท <a href="https://vincentkoc.github.io/natilius/getting-started/quickstart/">Quick Start</a> ยท <a href="https://github.com/vincentkoc/natilius/discussions">Community</a> </p> <p align="center"> <img src="docs/assets/demo.gif" alt="Natilius Demo" width="700"/> </p>

Install

brew install vincentkoc/tap/natilius

Then run:

natilius init      # Choose your profile
natilius setup     # Install everything
<details> <summary>Alternative: Install via script</summary>
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/vincentkoc/natilius/main/install.sh)"
</details> <details> <summary>Alternative: Install from source</summary>
git clone https://github.com/vincentkoc/natilius.git ~/.natilius
cd ~/.natilius && make install
</details>

Why Natilius?

New Mac? New job? You know the drill โ€” Homebrew, Xcode CLI tools, Python, Node, Docker, VS Code, a dozen preference tweaks... it takes hours.

Natilius handles all of it. One command installs your entire dev environment. It's idempotent (safe to run repeatedly), respects MDM policies, and works for solo devs or entire teams.

What You Get

  • ๐Ÿบ Homebrew โ€” 100+ curated packages and casks
  • ๐Ÿ Languages โ€” Python, Node, Ruby, Go, Rust, Java (version-managed)
  • ๐Ÿณ DevOps โ€” Docker, Kubernetes, Terraform, cloud CLIs
  • ๐Ÿ”ง IDEs โ€” VS Code, Cursor, JetBrains, Sublime, Zed
  • ๐Ÿ”’ Security โ€” FileVault, Firewall, Gatekeeper, privacy settings
  • โš™๏ธ Profiles โ€” Minimal, DevOps, Developer, or build your own

Commands

natilius init                    # Interactive setup wizard
natilius setup                   # Run full setup
natilius setup --check           # Preview changes (dry run)
natilius doctor                  # Check system status
natilius --profile devops setup  # Use a specific profile

Documentation

Profiles, configuration, modules, Terraform integration, enterprise/MDM setup, and more.

๐Ÿ“– Read the docs โ†’

Contributing

Contributions welcome! See CONTRIBUTING.md for guidelines.

Found a bug? Open an issue ยท Questions? Start a discussion ยท Like it? Star us โญ

<p align="center"> <sub>Made with care by <a href="https://github.com/vincentkoc">Vincent Koc</a> ยท <a href="LICENSE">GPL-3.0</a></sub> </p>

Related Skills

View on GitHub
GitHub Stars57
CategoryDevelopment
Updated5d ago
Forks2

Languages

Shell

Security Score

100/100

Audited on Apr 3, 2026

No findings