ElectrOS is the official desktop client application for Elemento, designed to enhance your cloud computing experience with seamless integration and advanced features. Built with Electron, it offers a rich, native user interface that bridges the gap between cloud resources and desktop convenience.
- Seamless Cloud Integration: Directly manage your Elemento cloud resources without the need for a web browser.
- Cross-Platform Support: Available for Windows, macOS, and Linux.
- Advanced Security: Incorporates the latest security protocols to ensure your data and operations are safe.
- Customizable Interface: Tailor the app to your needs with customizable settings and themes.
- Offline Capabilities: Some features are available offline, providing flexibility in how and where you work.
To get started with ElectrOS, follow these simple steps:
- Download the Application: Visit the releases page to download the latest version of ElectrOS for your operating system.
- Install: Open the downloaded file and follow the installation instructions.
- Launch ElectrOS: Once installed, launch ElectrOS and log in with your Elemento credentials.
If you prefer to build ElectrOS from source, ensure you have Node.js and Yarn installed, then follow these steps:
git clone https://github.com/Elemento-Modular-Cloud/electros.git
cd electros
yarn install
yarn build