Skip to content

ltx0101/NanoCord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NanoCord

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.


Features:

  • 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.


🚀 How to Run the Script

Open PowerShell and paste the command below

iwr "https://raw.githubusercontent.com/ltx0101/NanoCord/main/Nanocord.ps1" -OutFile "Nanocord.ps1"; .\Nanocord.ps1

❗Error: "Running Scripts is Disabled on this System"❗

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:

  1. Open PowerShell as Administrator

  2. Change the Execution Policy
    Run the following command in the PowerShell window to allow locally-created scripts to run:

    Set-ExecutionPolicy -ExecutionPolicy RemoteSigned

About

NanoCord – A Lightweight Discord Experience

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published