plasalid 0.7.4 → 0.7.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -11
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -33,22 +33,22 @@ We also built strict boundaries around your privacy. The database is encrypted l
|
|
|
33
33
|
|
|
34
34
|
## Features
|
|
35
35
|
|
|
36
|
-
### Unified ledger from any financial
|
|
36
|
+
### Unified ledger from any financial document
|
|
37
37
|
|
|
38
|
-
|
|
39
|
-
|
|
38
|
+
* **Drop PDFs, get a complete ledger.** Just drag in your bank statements, credit card bills, payslips, or brokerage summaries. Plasalid uses AI to extract every transaction, balance, and holding straight into a double-entry database.
|
|
39
|
+
* **No aggregators or per-bank logins.** The big picture builds itself from the documents you already get every month. Zero manual data entry and no fragile bank connectors to maintain.
|
|
40
40
|
|
|
41
|
-
###
|
|
41
|
+
### Built-in AI agent that queries your real data
|
|
42
42
|
|
|
43
|
-
|
|
44
|
-
|
|
43
|
+
* **Ask in plain English.** Type questions like "Which subscriptions are still active?", "Where did my money go last month?", or "What is my net worth right now?".
|
|
44
|
+
* **Answers from actual records.** The dates, merchants, and numbers are pulled directly from your ledger. You get hard facts. Nothing is estimated and nothing is invented.
|
|
45
45
|
|
|
46
|
-
### Local-first, private, and open as harness
|
|
46
|
+
### Local-first, private, and open as a harness
|
|
47
47
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
48
|
+
* **Everything runs on your machine.** Your ledger is stored in an AES-256 encrypted SQLite database. There are no cloud aggregators or upstream accounts. No third party ever touches your data.
|
|
49
|
+
* **PII redacted by default.** Your name, phone numbers, and full account details are completely scrubbed before any prompt leaves your hardware.
|
|
50
|
+
* **Bring your own AI.** Choose Anthropic or any OpenAI-compatible local model during setup. If you run a local model, your setup stays 100% private and offline.
|
|
51
|
+
* **A harness layer for AI agents.** The structured ledger acts as your baseline data layer. It is designed to be open and ready for any external tools you want to plug in.
|
|
52
52
|
|
|
53
53
|
|
|
54
54
|
## Install
|