https://github.com/0adri3n/nlfs
NLFS (Nice Local File Sharing) is a lightweight program that lets you host a web app and share files over your local network — completely offline, ensuring your files stay private.
https://github.com/0adri3n/nlfs
electron file-sharing npm private
Last synced: about 2 months ago
JSON representation
NLFS (Nice Local File Sharing) is a lightweight program that lets you host a web app and share files over your local network — completely offline, ensuring your files stay private.
- Host: GitHub
- URL: https://github.com/0adri3n/nlfs
- Owner: 0adri3n
- License: mit
- Created: 2025-03-27T17:01:38.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-03T19:17:21.000Z (about 1 year ago)
- Last Synced: 2025-06-17T00:45:41.759Z (about 1 year ago)
- Topics: electron, file-sharing, npm, private
- Language: JavaScript
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
📁 NLFS
NLFS (Nice Local File Sharing) is a lightweight program that lets you host a web app and share files over your local network — completely offline, ensuring your files stay private.


---
## 🔨 Installation & Setup ⚙️
🛠️ Step 1 :
📥 Download the latest release for your platform here!
🚀 Step 2 :
▶️ Run the executable !
---
## 💡 Running from source 🧑💻
1. 📌 Clone the repository:
```bash
git clone https://github.com/0adri3n/nfls.git
cd NLFS
```
2. 📦 Install dependencies:
```bash
npm install
```
3. 🔧 Start the server:
```bash
npm start
```
---
## 🎯 Features ✨
- 🚀 **Fast & Lightweight**: Minimal resource usage with high performance.
- 🔒 **UUID-based File Management**: Secure and conflict-free file handling.
- 🌍 **Offline-First**: Works locally without an internet connection.
- ⚡ **Simple UI**: Drag & drop for easy file uploads.
- 📂 **Persistent Storage**: Keeps track of uploaded files even after restarts.
---
## 💡 Contribute
This project is **open-source**! Feel free to **fork**, test, and improve it.
📌 **Potential improvements:**
- 🎨 Enhance UI for a better experience.
- 🌍 Add multilingual support.
- 📁 Folders creation
---
## ❤️ Special Note 💡
Huge thanks to the open-source community for their contributions to secure and efficient file-sharing solutions! 🎉
---
## 🤝 Contributing 🌟
Pull requests are welcome. For major changes, please open an issue first to discuss them. 😊
---
## 📜 License 📝
[MIT](https://choosealicense.com/licenses/mit/)