- Visual Studio 2026 with the following individual components installed:
- Windows 11 SDK (10.0.26100.0)
- .NET 10 SDK (version 10.0.102 or later)
- Git for Windows
- Windows App SDK 1.8
git clone https://github.com/MidnightCrowing/KeyPocket.git
cd KeyPocket
- Locate and open the
KeyPocket.slnxfile to load the solution in Visual Studio ( or Rider). - Verify the build configuration in the top toolbar:
- Configuration: Select
Debug(for testing/debugging) orRelease(for optimized performance). - Platform: Select
x64(recommended for most modern PCs) orarm64(for ARM devices like Surface Pro X).
- Press
F5or click the Start button to build and deploy the application.
You’re good to go!