Skip to content

StealthSync is a high-performance PowerShell GUI application built for ultra-fast file synchronization. Designed to efficiently process large file chunks, it ensures rapid and reliable data transfers while maintaining an intuitive user experience.

License

Notifications You must be signed in to change notification settings

lucadsign/StealthSync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

274e092 Β· Feb 17, 2025

History

4 Commits
Feb 17, 2025
Feb 16, 2025
Feb 17, 2025

Repository files navigation

StealthSync - The Fastest Files Backup Utility πŸš€

StealthSync is a PowerShell GUI application designed to sync chunks of files really fast.

Requirements πŸ’»

  • Windows 10
  • Windows PowerShell 5.1 (Preinstalled in above versions)

Usage Instructions πŸ“œ

To use StealthSync, follow these steps to launch PowerShell as an Administrator and run the installation script:

  1. Open PowerShell as Administrator:

    • Windows 10/11: Right-click on the Start button and select Windows PowerShell (Admin) or Windows Terminal (Admin)
    • PowerShell will open in a new window.
  2. Confirm Administrator Privileges:

    • If prompted by the User Account Control (UAC), click Yes to allow PowerShell to run as an administrator.
  3. Enable PowerShell Script Execution:

    • Run the following command to allow script execution:
    Set-ExecutionPolicy Unrestricted
  4. Paste and Run the Command:

    • Copy the following command:
    irm "https://github.com/lucadsign/stealthsync/raw/main/script.ps1" | iex
    • To paste into PowerShell, Right-Click or press Ctrl + V in the PowerShell or Terminal window
    • Press Enter to execute the command

This command will download and execute the StealthSync application directly from GitHub.

Current Features πŸ› οΈ

Software & Apps πŸ’Ώ

  • Encrypt Files
  • Archive Files (.zip)
  • Sync Interval (Task Scheduler)

Note

This tool is currently in development. Any issues can be reported using the Issues tab.
Please also understand that I prefer to develop and work on these projects independently.
I do value other people's insights and appreciate any feedback, but don't take it personally if a pull request is not accepted.

TODO:

  • Make the UI Better

About

StealthSync is a high-performance PowerShell GUI application built for ultra-fast file synchronization. Designed to efficiently process large file chunks, it ensures rapid and reliable data transfers while maintaining an intuitive user experience.

Resources

License

Stars

Watchers

Forks

Packages

No packages published