Releases: multitools-ap-mvp/apex-multi-tools
Releases · multitools-ap-mvp/apex-multi-tools
Release list
v2.1.1
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-bootstrapFiles
apex-framework— Standalone executable (no Python needed)apex-bootstrap— Tiny launcher that downloads frameworkapex_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:
SecureTunnelclass 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
Tooldataclass 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.pyto modular framework - State management upgraded to
dataclasswith 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_TOOLSflat dictionaries - Old
STATEglobal dict replaced with typedApexStatedataclass
[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
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-bootstrapFiles
apex-framework— Standalone executable (no Python needed)apex-bootstrap— Tiny launcher that downloads frameworkapex_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:
SecureTunnelclass 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
Tooldataclass 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.pyto modular framework - State management upgraded to
dataclasswith 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_TOOLSflat dictionaries - Old
STATEglobal dict replaced with typedApexStatedataclass
[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