AntiMiner is a system analysis and threat remediation tool built with Python, Flet, and uvloop.
- Dynamic Concurrency: Automatically selects between
asynciofor IO-bound tasks andProcessPoolExecutorfor CPU-bound tasks. - Python 3.14 Ready: Designed for free-threaded Python compatibility by avoiding GIL-dependent patterns.
- Modern UI: Built with Flet for a responsive, cross-platform experience.
- Strict Architecture: Follows a formal specification for state management and task scheduling.
Requires uv for dependency management.
uv pip install .Launch the application via the CLI:
antiminerRun the test suite using pytest:
pytest