Autarch/src/fastboot-entry.js
DigiJ ffe47c51b5 Initial public release — AUTARCH v1.0.0
Full security platform with web dashboard, 16 Flask blueprints, 26 modules,
autonomous AI agent, WebUSB hardware support, and Archon Android companion app.

Includes Hash Toolkit, debug console, anti-stalkerware shield, Metasploit/RouterSploit
integration, WireGuard VPN, OSINT reconnaissance, and multi-backend LLM support.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 03:57:32 -08:00

5 lines
206 B
JavaScript

// Entry point for fastboot.js browser bundle
// Use the .mjs (ESM) build directly to avoid Node.js CJS URL import issue
export { FastbootDevice, setDebugLevel } from 'android-fastboot/dist/fastboot.mjs';