Skip to content
@DazzleTools

DazzleTools

DazzleTools

System Management Utilities for Everyone

GitHub License Sponsor

Command-line utilities for file management, system diagnostics, process control, and everyday computing tasks. Works the same on Windows, Linux, and macOS.


What is DazzleTools?

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.

Philosophy

  • 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

Featured Tool

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 start

Dependencies

Most 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.

Documentation

  • Tool-Specific Docs: See individual repository READMEs
  • Tutorials: DazzleProj.com (coming soon)
  • Examples: Check examples/ directories in each tool
  • Discussions: GitHub Discussions

Related Projects

Part of DazzleProj Ecosystem

Related Ecosystems

  • TodoAI - Task-based OS with AI integration
  • ZeroMeld - Open-source CRM for public discussion boards

Roadmap

Near Term (Q4 2025 - Q1 2026)

  • 🚧 Migrate tools from personal repositories
  • 🚧 Publish remaining tools to PyPI with dazzle- prefix

Medium Term (Q2-Q3 2026)

  • Cross-platform build environment integration
  • Tool integration workflows

Long Term (2026+)

  • Hosted tool execution environments
  • Additional commercial tools (to fund development)
  • Expanded platform support

Roadmap depends on community support and sponsorship.


Contact

Popular repositories Loading

  1. Windows-No-Internet-Secured-BUGFIX Windows-No-Internet-Secured-BUGFIX Public

    A smart local proxy that fixes the “No Internet, Secured” error in Windows by safely emulating msftconnecttest.com and restoring real connectivity detection.

    Python 5

  2. process-delta process-delta Public

    Captures snapshots of running processes & services, compares differences, & perform actions (stopping, starting, or restarting) based on the differences. Acts an automated "startup" mechanism to la…

    Python 2

  3. pattern-break pattern-break Public

    A powerful numeric gap detection tool for files and directories. Scans filenames, identifies missing numeric sequences, and generates reports in multiple formats. Features include range expansion, …

    Python 1

  4. open-ports-and-programs open-ports-and-programs Public

    A cross-platform Python tool to list open ports and the programs owning them. Offers regex-based filters, sorting by PID/port/program, optional DNS resolution, and an auto-refresh mode. Designed fo…

    Python 1 1

  5. dazzlelink dazzlelink Public

    A cross-platform tool for preserving, managing, and understanding symbolic links across different OSes and environments. Export symlinks to portable files and recreate them anywhere, with intellige…

    Python 1

  6. preserve preserve Public

    Preserve is a lightweight cross-platform file "preservation" tool that maintains directory structure during file transfers. Includes path normalization (relative/absolute/flat), SHA256 verification…

    Python 1

Repositories

Showing 10 of 12 repositories
  • .github Public

    DazzleTools organization profile and community health files

    DazzleTools/.github’s past year of commit activity
    0 MIT 0 0 0 Updated Nov 8, 2025
  • preserve Public

    Preserve is a lightweight cross-platform file "preservation" tool that maintains directory structure during file transfers. Includes path normalization (relative/absolute/flat), SHA256 verification, metadata retention, and bidirectional operations. Perfect for archiving, backups, and transferring files while maintaining their original organization.

    DazzleTools/preserve’s past year of commit activity
    Python 1 GPL-3.0 0 11 4 Updated Nov 1, 2025
  • Windows-No-Internet-Secured-BUGFIX Public

    A smart local proxy that fixes the “No Internet, Secured” error in Windows by safely emulating msftconnecttest.com and restoring real connectivity detection.

    DazzleTools/Windows-No-Internet-Secured-BUGFIX’s past year of commit activity
    Python 5 MIT 0 1 0 Updated Oct 27, 2025
  • dazzlelink Public

    A cross-platform tool for preserving, managing, and understanding symbolic links across different OSes and environments. Export symlinks to portable files and recreate them anywhere, with intelligent handling of network paths and metadata preservation.

    DazzleTools/dazzlelink’s past year of commit activity
    Python 1 GPL-3.0 0 6 2 Updated Oct 1, 2025
  • dazzlesum Public

    Cross-platform file checksum utility (like certutil/fsum) with DOS compatibility and shadow directory support

    DazzleTools/dazzlesum’s past year of commit activity
    Python 0 GPL-3.0 0 1 3 Updated Oct 1, 2025
  • folder-datetime-fix Public

    Fix Windows folder timestamps corrupted by thumbs.db and other system files. Restores accurate modified dates based on actual content changes, not system-generated files. Features smart caching (57% faster), multi-depth processing, and UNC path support. Python CLI tool for Windows/Linux/macOS.

    DazzleTools/folder-datetime-fix’s past year of commit activity
    Python 0 GPL-3.0 0 7 0 Updated Sep 26, 2025
  • git-repokit Public

    Tool for creating standardized Git repositories with complex branching strategies

    DazzleTools/git-repokit’s past year of commit activity
    Python 0 MIT 0 2 0 Updated Aug 28, 2025
  • temp-renamer Public

    Temporary file/directory renaming utility for Windows with symlink and UNC path support

    DazzleTools/temp-renamer’s past year of commit activity
    Python 0 0 0 0 Updated Jul 12, 2025
  • listall Public

    List filenames, directories, or specific files with customizable sorting, collection, and output options with JSON-like features.

    DazzleTools/listall’s past year of commit activity
    Python 0 GPL-3.0 0 7 0 Updated Jul 12, 2025
  • open-ports-and-programs Public

    A cross-platform Python tool to list open ports and the programs owning them. Offers regex-based filters, sorting by PID/port/program, optional DNS resolution, and an auto-refresh mode. Designed for quick debugging or continuous monitoring, similar to netstat but more customizable and script-friendly.

    DazzleTools/open-ports-and-programs’s past year of commit activity
    Python 1 GPL-3.0 1 0 0 Updated Jul 12, 2025

Top languages

Loading…

Most used topics

Loading…