|
|
|
Processed through Paypal No account required. |







| Files | ||||
| File Name | Rating | Downloads | ||
| Open-Shell v4.4.198 Open-Shell v4.4.198 Bring back the classic Windows Start menu and shell experience. Open-Shell is an open-source continuation of the popular Classic Shell project, designed to restore familiar Windows interface elements that many users prefer over the newer default layouts found in modern versions of Windows. It gives users deep control over the Start menu appearance and behavior while adding classic Explorer enhancements that improve usability and workflow efficiency. Open-Shell can replicate the appearance and functionality of classic Start menus from Windows 7, Windows XP and even older Microsoft operating systems while still supporting the latest versions of Windows 10 and Windows 11. Users can customize nearly every aspect of the Start menu, including styles, skins, icons, button graphics, menu behavior, search settings, animations and shortcuts. Beyond the Start menu itself, Open-Shell includes Explorer enhancements such as a customizable toolbar, additional status bar information and improved file management conveniences. The software is lightweight, fast and designed to integrate naturally into Windows without consuming excessive system resources. The project is maintained by the open-source community and continues to receive updates for compatibility with new Windows releases and user-requested improvements. Features: Restore classic-style Start menus on Windows 10 and Windows 11 Multiple Start menu layouts inspired by Windows 7, XP and Classic styles Highly customizable skins, themes and Start button replacements Drag-and-drop organization for Start menu items Fast application and file search functionality Customizable menu behavior, animations and hotkeys Explorer toolbar with common file operation buttons Enhanced Explorer status bar information Optional classic copy and file operation interface Extensive settings for power users and advanced customization Lightweight and low system resource usage Community-maintained open-source project Supports Windows ARM systems Backup and restore Start menu configuration settings Multi-language interface support Supported operating systems: Windows 7 Windows 8 Windows 8.1 Windows 10 Windows 11 Windows on ARM Supported languages: English, German, French, Spanish, ... |
![]() |
6,771 | Jun 05, 2026 Open-Shell |
|
| Orbhold v1.0 Orbhold v1.0 👉 Fast-paced browser-based arcade defense game. Orbhold is a browser-based video game where players defend against incoming threats in a fast-paced arcade-style experience. Designed to run directly in your web browser, it requires no installation and focuses on quick reflexes, simple controls, and engaging gameplay. Its lightweight design makes it easy to jump in and start playing instantly. Features: Runs directly in modern web browsers Fast-paced arcade-style gameplay Simple controls and quick learning curve Lightweight and easy to access Open-source project hosted on GitHub How to Play: Move: WASD or Arrow Keys Collect slimes to grow your character circle Collide with other players to fight and knock out characters Win by having the most characters when the timer ends, or by being the last player alive Supported operating systems: Windows 10, Windows 11 macOS Linux Supported languages: English Click here to visit the author's website. |
![]() |
462 | Jun 29, 2026 Slop Games |
|
| Super Productivity v18.1.3 Super Productivity v12.0.4 👉 A privacy-focused task manager with time tracking and Pomodoro timer. Super Productivity is an open-source productivity app designed to help users manage tasks, track time, and improve focus using built-in techniques like the Pomodoro timer. It integrates with popular issue tracking platforms such as Jira, GitHub, and GitLab, making it especially useful for developers and teams. The application emphasizes privacy by storing all data locally with no required sign-up or cloud dependency. Features: Task management with subtasks, attachments, and notes Built-in Pomodoro timer and break reminders Time tracking with detailed statistics and reports Integration with Jira, GitHub, GitLab, and other issue trackers Offline-first design with local data storage Distraction blocking and focus mode Daily schedule planning and timeboxing Keyboard shortcuts and command palette Data import/export and backup support Cross-platform synchronization options (optional) Customizable themes and dark mode Open-source with no ads or tracking Supported operating systems: Windows 10, Windows 11 macOS 11 or higher Linux (AppImage, Snap, Flatpak, Debian/Ubuntu) Android iOS Supported languages: English, German, Spanish, French, Italian, Portuguese, Russian, Chinese, Japanese, Korean Changes: v18.1.3 04-01-26 Increase frequency of stale-discussions.yml workflow by @zenoprax in #7080 docs/wiki content v0.8 by @zenoprax in #7068 chore(deps): bump @xmldom/xmldom from 0.8.11 to 0.8.12 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #7075 chore(deps): bump karma-jasmine-html-reporter from 1.7.0 to 2.2.0 by @dependabot[bot] in #7083 chore(deps): bump chai from 5.3.3 to 6.2.2 by @dependabot[bot] in #7084 chore(deps): bump @typescript-eslint/types from 8.57.2 to 8.58.0 by @dependabot[bot] in #7085 chore(deps): bump eslint-plugin-jsdoc from 61.4.1 to 62.8.1 by @dependabot[bot] in #7086 This download is for the Windows installer version (very bottom of page). All other download assets are below: Other Windows: superProductivity.exe (portable) Super-Productivity-Setup-arm64.exe superProductivity-arm64.exe (portable) macOS: superProductivity-universal.dmg Linux: superProductivity-x86_64.AppImage superProductivity-amd64.deb superProductivity-x86_64.rpm Install via snap: sudo snap install superproductivity Snap Store https://snapcraft.io/superproductivity Flathub https://flathub.org/apps/com.super_productivity.SuperProductivity Android: https://play.google.com/store/apps/details?id=com.superproductivity.superproductivity iOS: https://apps.apple.com/app/super-productivity/id1482572463 Click here to visit the author's website. |
![]() |
397 | Apr 12, 2026 Super Productivity Org |
|
| tacky-borders v1.5.0 tacky-borders v1.5.0 Add colorful, customizable borders to your Windows application windows. tacky-borders is a lightweight open-source utility that adds visible, customizable borders around application windows in Windows. It is designed to make window boundaries easier to see and to give users the ability to style their desktop with colored outlines around active and inactive windows. tacky-borders runs in the background and applies borders dynamically, helping improve window visibility and providing a more personalized desktop experience. Features: Adds customizable borders around application windows Supports different border colors and styles Distinguishes between active and inactive windows Lightweight and runs in the background Open-source project hosted on GitHub To Configure tacky-borders: Run tacky-borders.exe once to generate the config file automatically (created in %userprofile%/.config/tacky-borders/) Open the config quickly by right-clicking the tray icon and choosing "Show Config" Edit config.yaml in a text editor, then save: watch_config_changes: True will automatically reload borders when the config file is modified global.border_width sets border thickness in pixels global.border_offset moves the border inwards (negative) or outwards (positive) global.border_radius can be Auto, Square, Round, RoundSmall, or a numeric value global.active_color and global.inactive_color support: Solid colors using a hex value (example: "#ffffff") or "accent" Gradient colors using a colors list + direction (example direction: 45deg or start/end coordinates) animations and effects are configurable under global (effects note: they can significantly increase CPU/GPU usage and require rendering_backend: V2) Per-app overrides: use window_rules to match by Class, Title, or Process (Equals, Contains, or Regex), then override any global setting for just that app If a border is initialized but not visible for a window, try setting follow_native_border to False in a window rule Supported operating systems: Windows 10, Windows 11 Supported languages: English Changes: v1.5.0 04-26-26 Features add theme-aware border colors for Windows by @Louis047 in #74 Bug Fixes fix borders disappearing after waking system from ... |
![]() |
823 | Jul 11, 2026 lukeyou05 |
|
| Windows 11 Context Menu Manager v1.0.1 Windows 11 Context Menu Manager v1.0.1 👉 Disable unwanted items in Windows 11 right-click context menu. Windows 11 Context Menu Manager is a simple utility that lets you turn off unwanted entries in Windows 11 right-click context menu. It is designed to help clean up the newer Windows 11 context menu so you can reduce clutter and keep only the items you want visible. Features: Disable unwanted entries in the Windows 11 Explorer new right-click context menu Focuses specifically on the newer Windows 11 right-click menu Simple interface built for quickly managing context menu visibility Helps reduce right-click menu clutter in File Explorer Designed for modern 64-bit Windows 11 systems Offered as a standalone desktop utility Open-source software released under the MIT License Supported operating systems: Windows 11 x64, Windows 11 ARM64 Supported languages: Operating System Language Changes: v1.0.1 03-25-26 fix: missing package This download is for the Windows 11 64bit version (very bottom of page). If you need the Windows 11 ARM64 version, download here. Click here to visit the author's website. |
![]() |
455 | Apr 15, 2026 Brandon Hill |
|
| Showing rows 1 to 5 of 5 | Showing Page 1 of 1 | 1 |
OlderGeeks.com Copyright (c) 2026