Skip to content
View computelite's full-sized avatar

Block or report computelite

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
computelite/README.md

Compute Lite: Your Browser-Based Computational Tool

ComputeLite is a true serverless tool designed for powerful, in-browser computation.

๐Ÿš€ What is ComputeLite?

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.

Key Features:

  • Secure, serverless operations entirely in the browser.
  • Advanced data analysis powered by Python (via Pyodide) and SQL (via SQLite).
  • Fully user-controlled with no external dependencies.
  • Future support planned for JavaScript and R.

๐Ÿ› ๏ธ Supported Languages

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.

๐ŸŒŸ What's Next?

We are actively working to expand ComputeLite's capabilities to include:

  • JavaScript: Bringing native browser scripting capabilities.
  • R: Enhancing statistical and analytical computation.

๐ŸŒ Try ComputeLite Now

Experience ComputeLite directly in your browserโ€”no installation required!
๐Ÿ‘‰ Launch ComputeLite

๐Ÿ–ฅ๏ธ Install ComputeLite Locally

# Clone the repository
git clone https://github.com/computelite/computelite.git
cd computelite/

# Install dependencies
npm install

# Start the application
npm start

Documentation

Documentation is available at https://docs.computelite.com

๐ŸŒ Join the Community

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.

License

ComputeLite uses the Mozilla Public License Version 2.0.

Popular repositories Loading

  1. computelite computelite Public

    Compute Lite

    JavaScript 21 2

  2. docs docs Public

    Documentation for Compute Lite

    Python 1

  3. computelite.github.io computelite.github.io Public

    HTML

  4. SQLiteStudio SQLiteStudio Public

    TypeScript