Skip to content

Repository files navigation

⚡ PicoAI

Ultra-Light, 100% Private Web Apps for Everyday Work & Finance

Free, open-source micro-tools built for small businesses, professionals, and individuals.
No accounts. No subscriptions. Zero cloud uploads. Everything runs safely inside your browser.

🌐 Launch Live Suite (GitHub Pages)Report BugRequest Feature


🔒 Why PicoAI?

Most web tools require cloud accounts, subscription fees, or upload your sensitive financial and document data to remote servers.

PicoAI is built differently:

  • 🔒 100% Local-First & Private: Your data never leaves your device's browser memory/IndexedDB.
  • Instant Access: Zero installation, sign-ups, or framework setup required.
  • ✈️ Offline Capable: Load the page once and run it completely disconnected from the internet.
  • 💡 Ultra-Lean & Open Source: Clean HTML/JS micro-apps designed for high performance and longevity.

🛠️ Included Applications

📈 Finance & Wealth

  • PicoERP: AI-enabled, offline-first double-entry accounting ERP for shops, societies, and personal finance—books, invoices, inventory, tax, and reporting directly in your browser.
  • Mutual Fund Holdings Lite: Consolidated, privacy-first view of your mutual fund portfolio stored local-side.
  • Free Accounting System Lite: A lightweight double-entry ledger inspired by GnuCash for personal and small business tracking.

📦 Business & Operations

  • Inventory ERP Lite: Track orders, supplier relationships, and fulfillment lifecycles locally without complex software setups.
  • Mini CTRM Lite: Commodity trading and risk management suite engineered for quick, small-scale local evaluations.

📄 Document Utilities & AI

  • PicoScan: 100% local, offline OCR and document extraction with zero token limits and zero risk of data exposure.
  • Browser PDF Utilities: Merge, process, and manage PDF documents client-side without sending sensitive documents to third-party conversion servers.

🚀 Quick Start / Local Deployment

Since all applications are pure, client-side HTML, CSS, and Vanilla JavaScript, running the repository locally takes less than a minute.

Option 1: Live Demo

Access all tools instantly without downloading anything:
🔗 https://h-viseria.github.io/opensource/

Option 2: Run Locally (Offline Mode)

  1. Clone the repository:
    git clone [https://github.com/h-viseria/opensource.git](https://github.com/h-viseria/opensource.git)
  2. Open directly in browser: Simply double-click index.html inside the cloned folder, or host it locally using any static web server (e.g., python -m http.server). Here is the Privacy Audit section formatted directly in clean Markdown so you can copy and paste it without any extra code block syntax getting in the way:

🛡️ Privacy Audit & Data Verification

You can easily verify that PicoAI never transmits your data:

  1. Open any utility in your browser.
  2. Open Developer Tools (F12 or Ctrl+Shift+I) and switch to the Network tab.
  3. Disconnect your device's internet connection.
  4. Process your PDFs, accounting logs, or mutual funds—everything operates 100% offline.

Here are the Contributing and License sections ready for direct copy-pasting:


🤝 Contributing

Contributions are always welcome! Whether it's adding a new offline micro-tool, improving UI/UX, or optimizing existing client-side scripts:

  1. Fork the repository.
  2. Create your feature branch (git checkout -b feature/AmazingFeature).
  3. Commit your changes (git commit -m 'Add some AmazingFeature').
  4. Push to the branch (git push origin feature/AmazingFeature).
  5. Open a Pull Request.

📄 License

Distributed under the MIT License. See LICENSE for more information.

If you find these privacy-first tools useful, please consider giving this repository a ⭐️!