A collection of Homebrew formulas for setting up and managing the Klartext development environment on macOS.
This tap provides automated installation and management of:
- System Setup: Essential development tools and dependencies
- Services: Database and application services (PostgreSQL, Redis, etc.)
- Nginx Configuration: Reverse proxy setup for local development
- Development Certificates: SSL certificates for local HTTPS
- Ollama Models: AI/ML models for local development
# One-liner installation (installs everything)
curl -fsSL https://raw.githubusercontent.com/schnaq/homebrew-klartext/main/quick-install.sh | bashbrew tap schnaq/klartextChoose what you need:
# Install everything (recommended for full setup)
brew install klartext-system-setup klartext-services klartext-nginx-config klartext-dev-certificates klartext-ollama-models
# Or install individual components
brew install klartext-system-setup # Essential tools and dependencies
brew install klartext-services # Database and application services
brew install klartext-nginx-config # Nginx reverse proxy configuration
brew install klartext-dev-certificates # Development SSL certificates
brew install klartext-ollama-models # AI/ML models for local development- Node.js and npm
- PostgreSQL client tools
- Redis client tools
- Git and development utilities
- Environment configuration
- PostgreSQL database server
- Redis server
- Service management scripts
- Auto-start configuration
- Nginx web server
- Reverse proxy configuration
- SSL termination setup
- Development domain routing
- Local Certificate Authority (CA)
- SSL certificates for development domains
- Automatic certificate installation
- Browser trust configuration
- Ollama AI platform
- Pre-configured AI models
- Model management utilities
- API endpoint configuration
After installation, see USAGE.md for detailed usage instructions and configuration options.
- macOS 11.0 (Big Sur) or later
- Homebrew 3.0 or later
- Admin privileges (for some operations)
For issues and questions:
- Check the Usage Guide
- Review component-specific documentation
- File issues in this repository
MIT License - see LICENSE for details.