NanoCord is a minimalist and performance-optimized way to use Discord, designed for users who want a smoother experience on low-end or resource-conscious systems. It runs Discord as a streamlined web app in Cromium browsers while disabling unnecessary background processes, extensions, and GPU-intensive features to reduce resource usage. Ideal for users who need a quick, efficient way to access Discord without the lag or system strain of the full desktop client.
-
Fast & Lightweight – Launches Discord with minimal overhead.
Launches Discord with minimal overhead. -
Optimized Performance
Disables background tasks, sync, and GPU-intensive settings. -
Better Resource Management
Restricts CPU usage via processor affinity for efficiency. -
No Extensions or Bloat
Runs in a clean, distraction-free environment.
Open PowerShell and paste the command below
iwr "https://raw.githubusercontent.com/ltx0101/NanoCord/main/Nanocord.ps1" -OutFile "Nanocord.ps1"; .\Nanocord.ps1
Click Here
If you encounter the error "Running Scripts is Disabled on this System", it means that PowerShell's execution policy is preventing scripts from running for security reasons.
To resolve this, follow these steps:
-
Open PowerShell as Administrator
-
Change the Execution Policy
Run the following command in the PowerShell window to allow locally-created scripts to run:Set-ExecutionPolicy -ExecutionPolicy RemoteSigned