Tosox/libretick

GitHub: Tosox/libretick

Stars: 0 | Forks: 0

# LibreTick Brings TickTick Premium to everyone, regardless of budget. ## 🚀 Usage Run the following command in PowerShell: irm https://github.com/Tosox/libretick/releases/latest/download/bootstrap.ps1 | iex LibreTick will automatically locate your TickTick installation, stop the app if it is running, apply the patch, and clean up after itself. If the installation cannot be found automatically, you will be prompted to enter the path manually. ## ⚠️ Limitations Some features are enforced server-side and cannot be unlocked through patching. This includes: - Syncing more than 9 lists - Syncing more than 99 tasks The patch only affects what the client shows and allows locally. ## ⚙️ How it works LibreTick uses [Mono.Cecil](https://github.com/jbevain/cecil) to patch the TickTick managed assembly directly on disk, modifying specific methods to unlock premium. A backup is created before patching and automatically restored if anything goes wrong. Based on the original research by [yazdipour](https://github.com/yazdipour/unlimited-ticktick-windows). ## ⚖️ Disclaimer This project is intended for personal and educational use only. Patching a proprietary application may violate its Terms of Service. The author is not responsible for any consequences arising from its use. ## 📄 License Distributed under the MIT License. See `LICENSE` for more information.