Skip to content

Releases: shroomcoder/taws

v1.0.0 - Initial Release

17 Jun 14:14
70f7b9a

Choose a tag to compare

TAWS v1.0.0

Features

  • Automatic setup and dependency installation
  • Service management (Nginx, PHP-FPM, MariaDB) with automatic port conflict resolution
  • Project management with virtual host generation
  • Database management with Adminer web interface
  • Plugin system for extensibility
  • Terminal dashboard for real-time monitoring
  • Backup and rollback system
  • SSL certificate support
  • Comprehensive diagnostics with taws doctor

Installation

Download the appropriate binary for your platform:

  • Android (Termux): taws-linux-arm64
  • Linux x86_64: taws-linux-amd64
  • macOS Apple Silicon: taws-darwin-arm64
  • macOS Intel: taws-darwin-amd64

Quick Start

chmod +x taws-*
mv taws-* /usr/local/bin/taws  # or $PREFIX/bin/taws for Termux
taws setup

Documentation

See README for full documentation.