ComputeLite is a true serverless tool designed for powerful, in-browser computation.
ComputeLite leverages the capabilities of WASM (Web Assembly) and SQLite OPFS to ensure that all data and code remain securely in the browser, with no server dependencies or external storage. This approach not only enhances privacy and security but also provides seamless edge computing for data analysis and processing, fully under the userโs control.
- Secure, serverless operations entirely in the browser.
- Advanced data analysis powered by
Python
(via Pyodide) andSQL
(via SQLite). - Fully user-controlled with no external dependencies.
- Future support planned for
JavaScript
andR
.
Currently, ComputeLite supports the following languages:
- Python: Powered by Pyodide, enabling advanced scripting and analysis.
- SQL: Powered by SQLite, perfect for working with structured data.
We are actively working to expand ComputeLite's capabilities to include:
- JavaScript: Bringing native browser scripting capabilities.
- R: Enhancing statistical and analytical computation.
Experience ComputeLite directly in your browserโno installation required!
๐ Launch ComputeLite
# Clone the repository
git clone https://github.com/computelite/computelite.git
cd computelite/
# Install dependencies
npm install
# Start the application
npm start
Documentation is available at https://docs.computelite.com
Connect with fellow ComputeLite users, share tips, report bugs, and stay updated with the latest developments!
- Google Group: Join discussions and ask questions in our ComputeLite Google Group.
- YouTube Channel: Watch tutorials, demos, and feature updates on our ComputeLite YouTube Channel.
ComputeLite uses the Mozilla Public License Version 2.0.