Kitematic is a simple application for managing Docker containers on Mac OS X.
Download the latest version of Kitematic.
Kitematic's documentation and other information can be found at http://kitematic.com/docs.
- Install any version of Node.js
- Install meteor.js
curl https://install.meteor.com/ | sh
. - Install meteorite
npm install meteorite -g
- Install demeteorizer
npm install demeteorizer -g
- Run
./script/setup.sh
to download the binary requirements (things like virtualbox).
./script/run.sh
./script/dist.sh
- Remove Kitematic.app
# remove app data
rm -rf ~/Library/Application\ Support/Kitematic
Have a bug or a feature request? Please first read the Issue Guidelines and search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.
Please read through our Contributing Guidelines. Included are directions for opening issues, coding standards, and notes on development.
Keep track of development and community news.
- Follow @kitematic on Twitter.
- Read and subscribe to The Kitematic Blog.
- Chat with developers using Kitematic in our HipChat room.
For transparency into our release cycle and in striving to maintain backward compatibility, Kitematic is maintained under the Semantic Versioning Guidelines. We'll try very hard to adhere to those rules whenever possible.
Code released under the AGPL license.