Atmosphere Homebrew Tap

March 17, 2026 · View on GitHub

Homebrew formulae for the Atmosphere real-time Java framework.

Install

brew install Atmosphere/tap/atmosphere

What you get

The atmosphere CLI — run samples, scaffold projects, and explore the framework:

atmosphere list                          # See all samples
atmosphere run spring-boot-chat          # Build & run a sample
atmosphere run spring-boot-ai-chat --env LLM_API_KEY=sk-xxx
atmosphere new my-app                    # Scaffold a project

Samples are built from source on first run and cached locally for instant subsequent starts.

Requirements

  • Java 21+ (installed automatically as a dependency)
  • macOS or Linux