Skip to content

Releases: multitools-ap-mvp/apex-multi-tools

v2.1.1

Choose a tag to compare

@github-actions github-actions released this 26 Jun 07:44

Apex Multi Tools v2.1.1

Quick Start

# Bootstrap (recommended)
curl -fsSL https://github.com/multitools-ap-mvp/apex-multi-tools/releases/download/v2.1.1/apex-bootstrap-linux-amd64.tar.gz | tar -xz
./apex-bootstrap

Files

  • apex-framework — Standalone executable (no Python needed)
  • apex-bootstrap — Tiny launcher that downloads framework
  • apex_config.yaml — Sample configuration file

Changelog

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.


[0.4.0-beta] — 2026-06-18

Added

  • Security-First Architecture: VPN, proxychains, macchanger, firewall setup before any network operations
  • Secure Tunnel Wrapper: SecureTunnel class auto-wraps network ops through proxychains
  • Proxy List Fetching: Auto-fetches proxy list from repo and configures proxychains
  • Rich TUI: Beautiful interactive menus with panels, tables, progress bars, and styled prompts
  • Config File Mode: Full YAML/JSON config support for unattended setup (--config)
  • Bootstrap Script: Tiny (~3KB) launcher that clones framework and auto-installs deps
  • GitHub Actions Workflow: Auto-build, lint, test, and release on tag push
  • Docker Support: Dockerfile + GitHub Container Registry integration
  • Tool Registry: Extensible Tool dataclass with idempotency, categories, and custom installers
  • Kali-Style Profile: 20+ pen-testing tools (nmap, metasploit, burpsuite, aircrack-ng, etc.)
  • Development Profile: 20+ dev tools (vscode, docker, nodejs, go, rust, databases, etc.)
  • GitHub Integration: Clone repo, configure gh CLI, manage additional repos
  • Session Summary: Rich table showing installation summary at end
  • Retry Logic: Command runner with configurable retries and delays
  • Structured Logging: Timestamped logs in ~/ApexMultiTools/logs/

Changed

  • Complete rewrite from original apex_setup.py to modular framework
  • State management upgraded to dataclass with full serialization
  • Command runner now supports capture, retry, and sudo wrapping
  • Backup manifest now includes version field for migration support

Removed

  • Legacy PACKAGES, ACCOUNTS, SECURITY_TOOLS flat dictionaries
  • Old STATE global dict replaced with typed ApexState dataclass

[0.3.0] — 2026-05-15

Added

  • Google Drive sync via rclone
  • Backup/restore to removable storage
  • Obsidian install (Flatpak + .deb)
  • Account login helpers (GitHub, Google, Docker, NPM)

Fixed

  • Proxychains config path detection

v2.1.0 — Environment Profiles & Locale Wizard

Choose a tag to compare

@multitools-ap-mvp multitools-ap-mvp released this 25 Jun 23:39

Apex Multi Tools v2.1.0

Quick Start

# Bootstrap (recommended)
curl -fsSL https://github.com/multitools-ap-mvp/apex-multi-tools/releases/download/v2.1.0/apex-bootstrap-linux-amd64.tar.gz | tar -xz
./apex-bootstrap

Files

  • apex-framework — Standalone executable (no Python needed)
  • apex-bootstrap — Tiny launcher that downloads framework
  • apex_config.yaml — Sample configuration file

Changelog

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.


[0.4.0-beta] — 2026-06-18

Added

  • Security-First Architecture: VPN, proxychains, macchanger, firewall setup before any network operations
  • Secure Tunnel Wrapper: SecureTunnel class auto-wraps network ops through proxychains
  • Proxy List Fetching: Auto-fetches proxy list from repo and configures proxychains
  • Rich TUI: Beautiful interactive menus with panels, tables, progress bars, and styled prompts
  • Config File Mode: Full YAML/JSON config support for unattended setup (--config)
  • Bootstrap Script: Tiny (~3KB) launcher that clones framework and auto-installs deps
  • GitHub Actions Workflow: Auto-build, lint, test, and release on tag push
  • Docker Support: Dockerfile + GitHub Container Registry integration
  • Tool Registry: Extensible Tool dataclass with idempotency, categories, and custom installers
  • Kali-Style Profile: 20+ pen-testing tools (nmap, metasploit, burpsuite, aircrack-ng, etc.)
  • Development Profile: 20+ dev tools (vscode, docker, nodejs, go, rust, databases, etc.)
  • GitHub Integration: Clone repo, configure gh CLI, manage additional repos
  • Session Summary: Rich table showing installation summary at end
  • Retry Logic: Command runner with configurable retries and delays
  • Structured Logging: Timestamped logs in ~/ApexMultiTools/logs/

Changed

  • Complete rewrite from original apex_setup.py to modular framework
  • State management upgraded to dataclass with full serialization
  • Command runner now supports capture, retry, and sudo wrapping
  • Backup manifest now includes version field for migration support

Removed

  • Legacy PACKAGES, ACCOUNTS, SECURITY_TOOLS flat dictionaries
  • Old STATE global dict replaced with typed ApexState dataclass

[0.3.0] — 2026-05-15

Added

  • Google Drive sync via rclone
  • Backup/restore to removable storage
  • Obsidian install (Flatpak + .deb)
  • Account login helpers (GitHub, Google, Docker, NPM)

Fixed

  • Proxychains config path detection

multitool-env.v0.4.0-beta

Pre-release

Choose a tag to compare

@multitools-ap-mvp multitools-ap-mvp released this 19 Jun 16:31
7b026dc