• Stars
    star
    1,149
  • Rank 39,003 (Top 0.8 %)
  • Language
    Swift
  • License
    MIT License
  • Created 11 months ago
  • Updated 28 days ago

Reviews

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

Repository Details

AeroSpace is an i3-like tiling window manager for macOS

AeroSpace Beta Build

AeroSpace is an i3-like tiling window manager for macOS

Project status

Public Beta. Feedback is very much welcome

  • I encourage you to try AeroSpace and file GitHub issues if something doesn't work for you
  • I already use AeroSpace on daily basis and I'm happy with it
  • The documentation covers all major things you need to know

Key features

Installation

Install via Homebrew to get autoupdates (Preferred)

brew install --cask nikitabobko/tap/aerospace

Note

By using AeroSpace, you acknowledge that it's not notarized.

Notarization is a "security" feature by Apple. You send binaries to Apple and they either approve the binaries or not. In reality, notarization is about building binaries the way Apple likes it. Notarization costs developers time and requires paying $99 per year. I don't have time to fight Apple.

Homebrew installation script is configured to automatically delete quarantine attribute, that's why the app should work out of the box, without any warnings about AeroSpace "being untrusted software"

Manual installation

Contributing, creating issues, submitting pull requests

See: CONTRIBUTING.md

Development

A notes on how to setup the project, build it, how to run the tests, etc. can be found here: docs/development.md

Values of the project

Values

  • AeroSpace is targeted at advanced users and developers
  • Keyboard centric
  • Breaking changes (configuration files, CLI, behavior) are avoided as much as possible, but it must not let the software stagnate. Thus breaking changes can happen, but with careful considerations and helpful message. Semver major version is bumped in case of a breaking change (It's all guaranteed once AeroSpace reaches 1.0 version, until then breaking changes just happen)
  • AeroSpace doesn't use GUI, unless necessarily
    • AeroSpace will never provide a GUI for configuration. For advanced users, it's easier to edit a configuration file in text editor rather than navigating through checkboxes in GUI.
    • Status menu icon is ok, because visual feedback is needed
  • Provide practical features. Fancy appearance features are not practical (e.g. window borders, transparency, etc)
  • If "dark magic" (aka "private APIs", "code injections", etc) can be avoided, it must be avoided

Non Values

  • Play nicely with existing macOS features. If limitations are imposed then AeroSpace won't play nicely with existing macOS features

Tip of the day

defaults write -g NSWindowShouldDragOnGesture YES

Now, you can move windows by holding ctrl+cmd and dragging any part of the window (not necessarily the window title)

Source: reddit

Related projects