PicoAI is an open-source AI-native application platform that enables private, intelligent software to run where your data lives.
No accounts. No subscriptions. Zero cloud uploads. Everything runs safely inside your browser.
π Launch Live Suite (GitHub Pages) β’ Report Bug β’ Request Feature
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.- π‘ AI Native: Born with AI DNA, capable of running locally, on private infrastructure, or in the browser.
- 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.
- 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.
- 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.
Since all applications are pure, client-side HTML, CSS, and Vanilla JavaScript, running the repository locally takes less than a minute.
Access all tools instantly without downloading anything:
π https://h-viseria.github.io/opensource/
- Clone the repository:
git clone [https://github.com/h-viseria/opensource.git](https://github.com/h-viseria/opensource.git)
- 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:
You can easily verify that PicoAI never transmits your data:
- Open any utility in your browser.
- Open Developer Tools (
F12orCtrl+Shift+I) and switch to the Network tab. - Disconnect your device's internet connection.
- Process your PDFs, accounting logs, or mutual fundsβeverything operates 100% offline.
Here are the Contributing and License sections ready for direct copy-pasting:
Contributions are always welcome! Whether it's adding a new offline micro-tool, improving UI/UX, or optimizing existing client-side scripts:
- Fork the repository.
- Create your feature branch (
git checkout -b feature/AmazingFeature). - Commit your changes (
git commit -m 'Add some AmazingFeature'). - Push to the branch (
git push origin feature/AmazingFeature). - Open a Pull Request.
Distributed under the MIT License. See LICENSE for more information.
If you find these privacy-first tools useful, please consider giving this repository a βοΈ!