{"id":51196048,"url":"https://github.com/layellie/standbyandtimer","last_synced_at":"2026-06-27T21:00:26.533Z","repository":{"id":352005323,"uuid":"1213441408","full_name":"Layellie/StandbyAndTimer","owner":"Layellie","description":"Advanced RAM purge and 0.5 ms system timer-resolution tool for Windows.","archived":false,"fork":false,"pushed_at":"2026-06-26T14:30:09.000Z","size":198,"stargazers_count":2,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-26T16:21:47.519Z","etag":null,"topics":["csharp","form","optimizer","performance","ram-optimization","standby-list","system-timer","timer","utility","windows"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Layellie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-17T11:37:43.000Z","updated_at":"2026-06-26T14:30:16.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Layellie/StandbyAndTimer","commit_stats":null,"previous_names":["layellie/standbyandtimer"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/Layellie/StandbyAndTimer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Layellie%2FStandbyAndTimer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Layellie%2FStandbyAndTimer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Layellie%2FStandbyAndTimer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Layellie%2FStandbyAndTimer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Layellie","download_url":"https://codeload.github.com/Layellie/StandbyAndTimer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Layellie%2FStandbyAndTimer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34867616,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-27T02:00:06.362Z","response_time":126,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","form","optimizer","performance","ram-optimization","standby-list","system-timer","timer","utility","windows"],"created_at":"2026-06-27T21:00:18.305Z","updated_at":"2026-06-27T21:00:26.524Z","avatar_url":"https://github.com/Layellie.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StandbyAndTimer\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"docs/screenshot.png\" width=\"60%\" alt=\"StandbyAndTimer main window\" /\u003e\n\u003c/p\u003e\n\nA Windows desktop utility for reducing input latency and managing system memory — designed for gamers and power users.\n\n\u003e **v2.0.7** — UI polish: logs viewer is readable now (was invisible against the panel), the settings refresh button no longer clips, and the main window no longer shifts when you press Settings / Timer (was `SizeToContent` reflowing). The original WinForms release is preserved as [`v1.0.0`](https://github.com/Layellie/StandbyAndTimer/releases/tag/v1.0.0) on the [`winforms-archive`](https://github.com/Layellie/StandbyAndTimer/tree/winforms-archive) branch.\n\n## Features\n\n- **Timer Resolution Lock** — pins the system timer at 0.5 ms via `NtSetTimerResolution` for lower input latency\n- **Standby Memory Purge** — manual and automatic cleanup of the Windows Standby memory list via `NtSetSystemInformation`\n- **Game Mode** — sets High CPU priority and full affinity on user-configured game processes\n- **System Tray** — runs in the background with optional launch at Windows startup\n- **Dark / Light themes** with English \u0026 Turkish localization\n- **Built-in update checker** against GitHub Releases (download \u0026 install from inside the app)\n\n## Installation\n\n1. Go to [Releases](https://github.com/Layellie/StandbyAndTimer/releases) and download the latest `StandbyAndTimer_Setup_X.Y.Z.exe`\n2. Run the installer (UAC will prompt — Administrator privileges required)\n3. Launch from the Start Menu\n\n**Requirements:** Windows 10 21H1+ or Windows 11, x64, Administrator privileges. No separate .NET runtime install needed — the installer ships a self-contained .NET 10 build.\n\n## Architecture\n\nWPF (.NET 10) with MVVM. All Win32 P/Invoke calls are isolated in `Services/Native/NativeMethods.cs`. See [`ARCHITECTURE.md`](ARCHITECTURE.md) for the full design breakdown.\n\n## Build from source\n\n```powershell\n# Build (Debug or Release)\ndotnet build StandbyAndTimer/StandbyAndTimer.csproj -c Release\n\n# Run (must be Administrator for the P/Invoke calls to succeed)\ndotnet run --project StandbyAndTimer/StandbyAndTimer.csproj\n```\n\nTo produce a redistributable installer ([Inno Setup 6](https://jrsoftware.org/isdl.php) required):\n\n```powershell\n.\\build-installer.ps1 -Version 2.0.7\n```\n\nOutput: `installer/dist/StandbyAndTimer_Setup_2.0.7.exe` (~72 MB self-contained).\n\n## Install via winget\n\nOnce the package is published to the community repository:\n\n```powershell\nwinget install Layellie.StandbyAndTimer\n```\n\nThe manifest lives at [`winget-manifests/`](winget-manifests/) and is submitted to [microsoft/winget-pkgs](https://github.com/microsoft/winget-pkgs) with each release.\n\n## Version history\n\n| Tag | Stack | Notes |\n|---|---|---|\n| [`v2.0.7`](https://github.com/Layellie/StandbyAndTimer/releases/tag/v2.0.7) | WPF (.NET 10) | Current — settings panel UI polish (readable logs, refresh button no-clip, no window shift on Settings/Timer click) |\n| [`v2.0.6`](https://github.com/Layellie/StandbyAndTimer/releases/tag/v2.0.6) | WPF (.NET 10) | First-run wizard, crash reporter, logs viewer, game auto-detect, winget manifest |\n| [`v2.0.5`](https://github.com/Layellie/StandbyAndTimer/releases/tag/v2.0.5) | WPF (.NET 10) | Game Mode EcoQoS opt-out fix, dedicated AVRT watchdog thread for tighter 0.5 ms lock |\n| [`v2.0.4`](https://github.com/Layellie/StandbyAndTimer/releases/tag/v2.0.4) | WPF (.NET 10) | AUTO PURGE master switch + safer defaults (0 MB thresholds) |\n| [`v2.0.3`](https://github.com/Layellie/StandbyAndTimer/releases/tag/v2.0.3) | WPF (.NET 10) | Sub-500 ms startup, accurate Free-RAM accounting, timer auto-lock on launch |\n| [`v2.0.2`](https://github.com/Layellie/StandbyAndTimer/releases/tag/v2.0.2) | WPF (.NET 10) | Card UI + lime accent, timer auto-start fix |\n| [`v2.0.1`](https://github.com/Layellie/StandbyAndTimer/releases/tag/v2.0.1) | WPF (.NET 10) | P0 fixes + update integrity verification |\n| [`v2.0.0`](https://github.com/Layellie/StandbyAndTimer/releases/tag/v2.0.0) | WPF (.NET 10) | Initial WPF release |\n| [`v1.0.0`](https://github.com/Layellie/StandbyAndTimer/releases/tag/v1.0.0) | WinForms (.NET Framework) | Original — archived on the [`winforms-archive`](https://github.com/Layellie/StandbyAndTimer/tree/winforms-archive) branch |\n\n## License\n\nCopyright © LAYE77IE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flayellie%2Fstandbyandtimer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flayellie%2Fstandbyandtimer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flayellie%2Fstandbyandtimer/lists"}