Homebrew formulae for the Atmosphere real-time Java framework.
brew install Atmosphere/tap/atmosphereThe 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 projectSamples are built from source on first run and cached locally for instant subsequent starts.
- Java 21+ (installed automatically as a dependency)
- macOS or Linux