Skip to content

schnaq/homebrew-klartext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homebrew Klartext

A collection of Homebrew formulas for setting up and managing the Klartext development environment on macOS.

Overview

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

Quick Installation

# One-liner installation (installs everything)
curl -fsSL https://raw.githubusercontent.com/schnaq/homebrew-klartext/main/quick-install.sh | bash

Manual Installation

1. Add the Tap

brew tap schnaq/klartext

2. Install Components

Choose 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

What Gets Installed

System Setup (klartext-system-setup)

  • Node.js and npm
  • PostgreSQL client tools
  • Redis client tools
  • Git and development utilities
  • Environment configuration

Services (klartext-services)

  • PostgreSQL database server
  • Redis server
  • Service management scripts
  • Auto-start configuration

Nginx Configuration (klartext-nginx-config)

  • Nginx web server
  • Reverse proxy configuration
  • SSL termination setup
  • Development domain routing

Development Certificates (klartext-dev-certificates)

  • Local Certificate Authority (CA)
  • SSL certificates for development domains
  • Automatic certificate installation
  • Browser trust configuration

Ollama Models (klartext-ollama-models)

  • Ollama AI platform
  • Pre-configured AI models
  • Model management utilities
  • API endpoint configuration

Usage

After installation, see USAGE.md for detailed usage instructions and configuration options.

Requirements

  • macOS 11.0 (Big Sur) or later
  • Homebrew 3.0 or later
  • Admin privileges (for some operations)

Support

For issues and questions:

  • Check the Usage Guide
  • Review component-specific documentation
  • File issues in this repository

License

MIT License - see LICENSE for details.

About

Homebrew Tap für Klartext - Lokale KI-Sprachübersetzung auf macOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors