christiandrapatz.de
Personal site, projects, contact and background on my development work.
Your essential Xcode workflow. One command.
Clean, build, test, and control your Simulator — without looking up flags or switching tools.
In everyday Apple development you constantly switch between Xcode, Terminal, and various CLI tools. xcodex puts everything in one place.
Everything you reach for every day — directly accessible from a single, clean interface.
Categories on the left, actions on the right. Navigate with arrow keys, execute with Enter. Your settings are saved automatically between sessions.
Settings are saved in ~/.xcode_toolbox_prefs.json
git clone https://github.com/drapatzc/xcodex.git ~/GIT-Home/xcodex
chmod +x ~/GIT-Home/xcodex/xcodex
echo 'alias xcodex="$HOME/GIT-Home/xcodex/xcodex"' >> ~/.zshrc && source ~/.zshrc
echo 'alias xcodex="$HOME/GIT-Home/xcodex/xcodex"' >> ~/.bash_profile && source ~/.bash_profile
cd MyXcodeProject
xcodex
cd ~/GIT-Home/xcodex && git pull
| Key | Action |
|---|---|
| ↑↓ | Move up / down in active column |
| ←→ | Switch column (category ↔ action) |
| ↵ Enter | Execute selected command |
| Q | Quit the app |
| S | Select scheme |
| D | Select device / simulator |
| K | Configuration (Debug / Release) |
| B | Set bundle ID |
| L | Switch language (DE / EN) |
| A | Select working directory |
I build software for the Apple ecosystem — native iOS and macOS apps, developer tools, and games. My focus is on products that are technically clean, practical in everyday use and able to stand on their own.
Personal site, projects, contact and background on my development work.
AI-powered macOS tools for iOS and macOS developers — designed to plug into the daily workflow.
Independent iOS games — built inside the Apple ecosystem, developed and published in-house.
Practical apps for iOS and macOS — clear concepts, standalone products.
No subscriptions, no feature gates, no hidden conditions.
xcodex is free to use in private projects as well as professional and commercial environments. No registration, no license key, no telemetry.
The software is provided as a compiled binary. All rights remain with the author.
This software is provided "as is", without warranty of any kind. Use is at your own risk. The author is not liable for any damages arising from the use of this software.
Copyright
© 2026 Christian Drapatz · All rights reserved
If this tool saves you time in your daily development work and you would like to support its ongoing maintenance, a small PayPal donation is warmly welcomed. Every contribution helps keep the project alive.
c.drapatz@gmx.de
Donations are voluntary and do not change the licence, the feature scope or any warranty. They simply allow me to keep investing time into the project.