System Management Utilities for Everyone
Command-line utilities for file management, system diagnostics, process control, and everyday computing tasks. Works the same on Windows, Linux, and macOS.
DazzleTools is a collection of standalone command-line utilities designed to solve real-world system management problems. From fixing Windows connectivity bugs to backing up your family photos with verification, these tools make everyday computing tasks easier and more reliable.
- Cross-Platform - Same commands work on Windows, Linux, and macOS
- Composable - Tools work together but don't require each other
- No Bloat - Each tool does one thing well
- Transparent Behavior - You control what happens, tools don't guess
Fix Windows "No Internet, Secured" false detection
If Windows shows "No Internet, Secured" when you actually have internet, this tool fixes it. Runs silently as a Windows service and makes OneNote, OneDrive, and other Microsoft UWP apps work again.
# Install and run as Windows service
ncsi-resolver install
ncsi-resolver startMost DazzleTools use DazzleLib libraries:
DazzleLib (Foundation)
├── dazzle-filekit
├── dazzle-tree-lib
└── UNCtools
↓ (used by)
DazzleTools
├── preserve (uses dazzle-filekit)
├── dazzlelink (uses dazzle-filekit)
├── dazzlesum (uses dazzle-filekit)
├── listall (uses dazzle-tree-lib)
└── Other tools
See individual tool repositories for specific dependencies.
- Tool-Specific Docs: See individual repository READMEs
- Tutorials: DazzleProj.com (coming soon)
- Examples: Check
examples/directories in each tool - Discussions: GitHub Discussions
- DazzleProj - Ecosystem coordination
- DazzleLib - Foundation libraries
- DazzleTools - Command-line tools ← You are here
- DazzleNodes - ComfyUI custom nodes
- DazzleML - AI development tools
- 🚧 Migrate tools from personal repositories
- 🚧 Publish remaining tools to PyPI with
dazzle-prefix
- Cross-platform build environment integration
- Tool integration workflows
- Hosted tool execution environments
- Additional commercial tools (to fund development)
- Expanded platform support
Roadmap depends on community support and sponsorship.
- GitHub: @djdarcy
- Issues: Use repository-specific issue trackers
- Discussions: GitHub Discussions
- Sponsorship: GitHub Sponsors
- Website: DazzleProj.com (coming soon)