A collection of useful macOS automation tools by CodeCraftedApps.
Automator apps, shell scripts, and Apple Shortcuts for macOS — organized by type. Each tool has its own folder with documentation. Browse by category below, or jump straight to a specific tool.
| Category | Description |
|---|---|
| automator | macOS native apps built with AppleScript and compiled into .app bundles |
| scripts | macOS command-line shell scripts — run from Terminal |
| shortcuts | macOS Apple Shortcuts — import into Shortcuts.app and run with one click |
| Tool | Automator | Script | Shortcut |
|---|---|---|---|
| Non App Store Apps Download — batch download apps like Chrome, VS Code, and Slack from official sources | View | View | View |
├── automator/ # macOS native apps
│ └── non-appstore-download/ # Each tool gets its own folder
│ ├── README.md # with its own documentation
│ └── ...
│
├── scripts/ # macOS shell scripts
│ └── non-appstore-download/
│ ├── README.md
│ └── ...
│
├── shortcuts/ # macOS Apple Shortcuts
│ └── non-appstore-download/
│ ├── README.md
│ └── ...
│
├── DISCLAIMER.md
├── LICENSE
└── README.md # This file
Adding new tools: Create a new folder under the appropriate category with its own README.md. If the tool doesn't fit an existing category, create a new top-level folder.
All tools in this collection only download files — nothing is installed, modified, or executed. Downloads resolve to official vendor URLs via Homebrew Cask. macOS Gatekeeper verifies code signatures before apps can run.
See DISCLAIMER.md for the full disclaimer.
MIT License — free to use, modify, and distribute.
- Website: toolbox.codecraftedapps.com
- GitHub: github.com/DJCastle/toolBox
- CodeCraftedApps: codecraftedapps.com