Tool to automate the setup and updates of a development environment for any project (Successor of devonfw-ide).
With IDEasy you can create a very small git repo with the configuration of the dev environment of your software project. Developers can then setup your project using IDEasy with a single CLI command on Windows, Mac, or Linux and get all the tools needed for your project in the configured version and tailored to the projects demands.
No more manual steps to install and configure, no diff-wars, no more dev setup manuals, no more "its not working on my machine"!
Among many alternatives we believe IDEasy is the best solution for project centric software development needs esp. with its sandbox concept.
Not yet convinced? See features.
IDEasy is stable and ready for production usage. However, there may be some know issues. For a detailed overview of the quality and support status of IDEasy tools across operating systems, see Quality Status.
All you need before installing IDEasy is git.
The fastest way to install IDEasy is the following one-line command for bash (use git-bash on Windows):
bash -c "$(curl -fsSL https://raw.githubusercontent.com/devonfw/IDEasy/main/install.sh)"For more details see setup.
Once installed, you can setup a new project with the following command:
ide create «project-name» [«settings-git-url»]If you do not have a «settings-git-url», you can omit it to setup a standard Java project as demo.
If you want to contribute to IDEasy please read our Contributing Guidelines.
We use GitHub Issues to track bugs and submit feature requests.

