Showing 43 open source projects for "optimizer"

View related business solutions
  • Endpoint Protection Software for Businesses | HYPERSECURE Icon
    Endpoint Protection Software for Businesses | HYPERSECURE

    DriveLock protects systems, data, end devices from data loss and misuse.

    The HYPERSECURE endpoint protection platform is a comprehensive suite of products and services enhanced by European third-party solutions. It ensures our customers’ IT security, regulatory compliance, and digital sovereignty.
    Learn More
  • Intelligent testing agents | Checksum.ai Icon
    Intelligent testing agents | Checksum.ai

    Checksum generates, runs, and maintains end-to-end tests automatically so your team ships with confidence as code output grows.

    Coding agents write the code. Checksum runs it—continuously testing against real APIs, real data, real edge cases—before it ever reaches production.
    Learn More
  • 1
    Hellzerg Optimizer

    Hellzerg Optimizer

    The finest Windows Optimizer

    Advanced configuration utility that helps you restore your privacy and increase your security. Optimizer is recommended after a fresh, clean installation of Windows to achieve maximum privacy and security. Depending on your version of Windows, Optimizer will also allow you to perform some specific tweaks.
    Downloads: 181 This Week
    Last Update:
    See Project
  • 2
    ET-Optimizer

    ET-Optimizer

    ET is a powerful application to improve performance

    ET-Optimizer is a performance optimization tool designed to enhance system responsiveness and efficiency by applying targeted configurations and tweaks to operating system settings and background processes. It focuses on improving performance in specific use cases such as gaming or real-time applications where latency and system overhead are critical factors.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 3
    OSX-Optimizer

    OSX-Optimizer

    Optimize MacOS, Shell scripts to speed up your mac boot time

    OSX-Optimizer is a collection of shell-based tweaks for macOS designed to speed up boot time, improve perceived performance, and reduce unnecessary background activity, especially in virtualized environments. The README emphasizes that macOS can be heavily modified using the defaults command, and many of the optimizations are simply well-chosen combinations of defaults and system utilities.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    CoreCycler

    CoreCycler

    Script to test single core stability

    ...Modern CPUs can adjust their CPU frequency depending on their load, and have mechanisms that allow them to clock higher. With this script, you can test the stability for each core, which helps you to validate if your Ryzen "PBO" resp. "Curve Optimizer" settings are actually stable. It also works to test Intel's "Active-Core" Turbo-Boost settings.
    Downloads: 73 This Week
    Last Update:
    See Project
  • Raima Database Manager is an embedded in-memory database for IoT and Edge devices Icon
    Raima Database Manager is an embedded in-memory database for IoT and Edge devices

    Built by Developers, for Developers

    Raima Database Manager (RDM) is an embedded relational database optimized to run on resource-constrained IoT edge devices that require real-time response. RDM enables intelligent decisions to be made at the device level within microseconds.
    Learn More
  • 5
    TCP Optimizer

    TCP Optimizer

    The TCP Optimizer is a free, easy Windows program that provides

    The TCP Optimizer is a free, easy Windows program that provides an intuitive interface for tuning and optimizing your Internet connection. There is no installation required, just download and run as administrator. The program can aid both the novice and the advanced user in tweaking related TCP/IP parameters in Windows, making it easy to tune your system to the type of Internet connection used.
    Downloads: 212 This Week
    Last Update:
    See Project
  • 6
    Phantom-Optimizer

    Phantom-Optimizer

    Fast, no-bloat Windows optimizer for better speed and performance.

    Phantom Optimizer is a lightweight Windows optimization tool focused on speed, privacy, and full user control. It offers startup tweaks, junk cleanup, RAM boosts, and performance improvements without bloated UIs or background services. Built for Windows 10/11 and optimized for portable use.
    Downloads: 20 This Week
    Last Update:
    See Project
  • 7
    auto-cpufreq

    auto-cpufreq

    Automatic CPU speed & power optimizer for Linux

    Automatic CPU speed & power optimizer for Linux. Actively monitors laptop battery state, CPU usage, CPU temperature, and system load, ultimately allowing you to improve battery life without making any compromises.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    Roblox Ping Optimizer

    Roblox Ping Optimizer

    Roblox Ping Optimizer ping, safe & clean, no exploits. Enhance!

    🚀 Roblox Ping Optimizer- Created by Akash Siddique! 🎮 🔥 Fresh Update: Sleek New Modern UI! ⚡ Boost Your Gameplay Experience! Elevate your Roblox sessions with ultra-fast responses and optimized performance. Conquer the virtual world smoother and faster than ever. Join the revolution and take your gaming to the next level! 🌟 Why Choose Roblox Ping Booster?
    Leader badge
    Downloads: 137 This Week
    Last Update:
    See Project
  • 9
    RyTuneX

    RyTuneX

    RyTuneX is a cutting-edge optimizer built with the WinUI 3 framework

    RyTuneX is a comprehensive Windows-system optimization tool aimed at users who want to enhance performance, privacy and usability on systems running Windows 10 (20H1 +) and Windows 11. It is built using the WinUI 3 framework and .NET 8 to provide a modern, responsive interface and native Windows look and feel. The application lets users “debloat” their system by removing pre-installed apps and Windows features that may be unnecessary or resource-heavy, helping free up resources and storage....
    Downloads: 125 This Week
    Last Update:
    See Project
  • Infor M3 ERP Icon
    Infor M3 ERP

    Enterprise manufacturers and distributors requiring a solution to manage and execute complex processes

    Efficiently executing the complex processes of enterprise manufacturers and distributors. Infor M3 is a cloud-based, manufacturing and distribution ERP system that leverages the latest technologies to provide an exceptional user experience and powerful analytics in a multicompany, multicountry, and multisite platform. Infor M3 and related CloudSuite™ industry solutions include industry-leading functionality for the chemical, distribution, equipment, fashion, food and beverage, and industrial manufacturing industries. Staying ahead of the competition means staying agile. Our new capabilities bring improved data-driven insights and streamlined workflows to help you make informed decisions and take quick action.
    Learn More
  • 10
    CrapFixer

    CrapFixer

    Fixes the crap Windows leaves behind

    CrapFixer is a lightweight Windows cleanup and tweaking toolbox aimed at removing or reducing the everyday “junk” Windows accumulates, while keeping changes understandable and reversible. It’s positioned as a fast, no-fluff utility that focuses on practical fixes rather than turning into an overstuffed “optimizer” suite. The workflow is deliberately simple: you analyze your system, review what’s flagged, and then apply recommended changes with a single action. It distinguishes between items that are recommended to fix and items that are already optimized, helping you avoid unnecessary changes. The project emphasizes safety by making most tweaks undoable, and it supports running with administrator privileges when deeper changes (like certain registry locations) are required. ...
    Downloads: 21 This Week
    Last Update:
    See Project
  • 11
    UglifyJS 3

    UglifyJS 3

    JavaScript parser, mangler, compressor, beautifier toolkit

    ...A parser which produces an abstract syntax tree (AST) from JavaScript code. A code generator which outputs JavaScript code from an AST, also providing the option to get a source map. A compressor (optimizer). it uses the transformer API to optimize an AST into a smaller one. A mangler, reduce names of local variables to (usually) single-letters. A scope analyzer, which is a tool that augments the AST with information about where variables are defined/referenced etc. A tree walker, a simple API allowing you to do something on every node in the AST. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    OptiPNG

    Advanced PNG optimization program

    OptiPNG is a PNG optimizer that recompresses image files to a smaller size, without losing any information. This program also converts external formats (BMP, GIF, PNM and TIFF) to optimized PNG, and performs PNG integrity checks and corrections.
    Leader badge
    Downloads: 845 This Week
    Last Update:
    See Project
  • 13
    CCleaner

    CCleaner

    Clean up, speed up, and optimize your PC

    CCleaner is a trusted PC optimization tool for Windows or Mac designed to clean, speed up, and secure your computer. It removes junk files, temporary data, and broken settings that slow down system performance over time. The software includes powerful modules like Performance Optimizer, Driver Updater, and Cloud Drive Cleaner, helping you reclaim storage space and improve efficiency. With a simple interface, it provides one-click solutions for beginners while also offering advanced features for power users. CCleaner enhances privacy by deleting browsing traces, cookies, and trackers across major web browsers. ...
    Downloads: 183 This Week
    Last Update:
    See Project
  • 14
    Quick Cleaner

    Quick Cleaner

    Quick Cleaner – Optimize Windows, Clean Junk, Boost PC Speed

    Looking for an easy way to optimize your PC and keep it running like new? Quick Cleaner is your all-in-one Windows optimizer and junk cleaner for PC that makes performance issues disappear in just one click. With a smart scan, it finds and removes junk files, cache, and leftovers that slow down your computer. Whether you use your PC for gaming, work, or everyday browsing, Quick Cleaner keeps things fast, light, and clutter-free.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 15
    System Maid

    System Maid

    System Cleaner and Optimizer for Linux

    System Maid, as its name suggests, is a system cleaner mini-suite developed for Debian-based Linux systems. The program performs tasks such as cleaning trash, history, and thumbnails, even using the overwrite method if the user prefers. It also supports performance tweaks such as disk defragmentation, limiting processor usage, and cleaning RAM. https://github.com/shampuan/System-Maid
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16

    Thunderbird Cleaner

    Thunderbird Cleaner: Your System’s Junk and Registry Specialist

    ...At its core, the Smart Cleaner engine performs deep-tissue scans across your OS, targeting redundant system logs, temporary files, and hidden browser caches from Google Chrome, Edge, Firefox, Brave, and Opera. Beyond simple deletion, Thunderbird features a dedicated Performance Dashboard that offers real-time monitoring of CPU and RAM health. The integrated Registry Optimizer safely identifies and removes obsolete entries, preventing system crashes and improving boot times. For power users, the Advanced Settings menu provides granular control over deep data recovery and AI-driven decryption logic.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Battery Optimizer

    Battery Optimizer

    Helps to improve the life expectancy of an electronic device's battery

    ...Most electronic devices when charged to 100 percent will continue to receive power from their charger, overtime this will slowly degrade the life expectancy of the lithium ion battery in the electronic device. The Battery Optimizer aims to increase the life expectancy of a lithium ion battery in an electronic device by automatically stopping power being fed to an electronic device when the battery has reached a set threshold. Some companies do this with their devices but are usually proprietary. -Lenovo does this with some of their laptops -Company called "chargie" already doing this for phones. ...
    Downloads: 16 This Week
    Last Update:
    See Project
  • 19
    Sadeaner

    Sadeaner

    Sadeaner is a good tool for cleaning up the PC

    Sadeaner is a powerful and efficient tool for cleaning your PC. It offers a wide range of useful functions, such as the ability to remove unnecessary files and folders, free up valuable disk space, and improve the overall performance of your system. This makes it an excellent choice for gamers, as it can help to free up resources and improve the performance of games. Additionally, Sadeaner will also include advanced features such as a registry cleaner, startup manager, and browser cleaner,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    CleanerX

    CleanerX

    CleanerX for Gaming, Windows Optimizer

    Open source optimization program for Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Stacer

    Stacer

    Linux System Optimizer and Monitoring

    Stacer is an open source system optimizer and application monitor that helps users to manage the entire system with different aspects, it's an all-in-one system utility. In the Startup Apps tab, you can view the applications the system launches at boot time and set up new startup apps. This is especially handy if you work with different distributions: You do not always need to think about where you need to set up applications that run at boot time on the respective systems, and you can also tell Stacer to lock an application for the next start as a test, without having to plumb the depths of the Control Panel. ...
    Downloads: 59 This Week
    Last Update:
    See Project
  • 22
    Stacer

    Stacer

    Linux System Optimizer and Monitoring

    Linux System Optimizer and Monitoring Github Repository: https://github.com/oguzhaninan/Stacer
    Leader badge
    Downloads: 414 This Week
    Last Update:
    See Project
  • 23
    Network Tester and Optimizer

    Network Tester and Optimizer

    Test and Optimize your Internet Connection

    Network Tester and Optimizer allows you to test your internet connection and also know some crucial information about your current internet connection which would be helpful for troubleshooting your connection Not only this, Network Tester and Optimizer also optimizes your internet by doing some good and non-malicious tweaks. Give it a try.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Sys Optimizer

    Sys Optimizer

    Small software to optimize System

    This project is programmed to become a best optimization software. The software also let you to uninstall the installed software and it also let you to end the process running in the system. Designed with Softview GUI Custom Guidelines.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25

    SG4 UsePack Optimizer

    SG4 UsePack Optimizer is Portable compact solution for better use PC

    This pack is for better usage PC in the portable mode for Windows. All full preconfigured and automatized for best simple use!!! * Network Ultimate caching and removing Ads from HTTP web pages * System: AnVir task manager preconfigured for best performance of processes * Others: (for manual running) Killer - Ultimate simple process killer preconfigured for best performance and security of processes Install: No, it is portable - extract file and run.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB