🖥️ Unlim_Desktop is a cloud-based desktop app built on Telegram.
Unlim Cloud is a clever and free cloud storage solution that uses Telegram’s "Saved Messages" to store your files. Once connected, everything you upload is sent to your private Telegram space, letting you access your content from any device, with no storage limits.
The idea was created by inulute, who developed both a web app available at unlim-cloud.web.app and a full Android app on the Google Play Store.
Unlim_Desktop takes it a step further by offering a clean, native experience for desktop users on Windows and macOS.
To use this project, follow the steps below in your preferred terminal.
Before anything else, install the necessary dependencies:
npm installNote: This step is mandatory before building or running the application with npm start.
- Run the following command to build the
Unlim-win32-x64/folder :
npm run build-win
- You can then launch the application by running
Unlim.exeinside this folder.
- Run the following command to build the
Unlim-darwin-x64/folder:
npm run build-mac- Copy the application to
/Applications/so that it appears in the Launchpad:
sudo cp -R Unlim-darwin-x64/Unlim.app /Applications/- You can then run
Unlimdirectly from the Launchpad.
Give a ⭐️ if this project helped you!
