• Stars
    star
    338
  • Rank 124,931 (Top 3 %)
  • Language
    TypeScript
  • License
    GNU General Publi...
  • Created over 5 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A macOS window manager for JavaScript hackers

Logo

Autumn Window Manager

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.

Installing / Getting started

To get started, you can download the latest release from the releases tab

Developing

Prerequisites

To start developing, simply clone the repo:

git clone https://github.com/apandhi/Autumn.git
cd Autumn

Building

When you're ready to build a release, you can use the following:

./makelocal.sh

The build will be located at:

./build/Release/Autumn.app

Features

You can read more about the features here: https://apandhi.github.io/Autumn/

Contributing

If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.

Links

Licensing

The code in this project is licensed under GPLv3 license. You can find the license file here: LICENSE