Autumn is a MacOS window manager built for javascript hackers. It was originally developed by Sephware and opened sourced in hopes that the community would keep the project alive.
To get started, you can download the latest release from the releases tab
- Xcode 10.1 or higher
To start developing, simply clone the repo:
git clone https://github.com/apandhi/Autumn.git
cd AutumnWhen you're ready to build a release, you can use the following:
./makelocal.shThe build will be located at:
./build/Release/Autumn.appYou can read more about the features here: https://apandhi.github.io/Autumn/
If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.
- Project homepage: https://apandhi.github.io/Autumn/
- Repository: https://github.com/apandhi/Autumn/
- Issue tracker: https://github.com/apandhi/Autumn/issues
The code in this project is licensed under GPLv3 license. You can find the license file here: LICENSE