https://github.com/ltx0101/nanocord
NanoCord β A Lightweight Discord Experience
https://github.com/ltx0101/nanocord
chromium client discord lightweight
Last synced: about 1 month ago
JSON representation
NanoCord β A Lightweight Discord Experience
- Host: GitHub
- URL: https://github.com/ltx0101/nanocord
- Owner: ltx0101
- License: gpl-3.0
- Created: 2025-03-15T13:40:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-15T14:55:41.000Z (over 1 year ago)
- Last Synced: 2025-03-15T15:27:50.929Z (over 1 year ago)
- Topics: chromium, client, discord, lightweight
- Language: PowerShell
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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**
```ps1
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:
```ps1
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
```
---
[](https://paypal.me/AggelosMeta)
Made with β€οΈ and PowerShell