A personal, self-hosted portfolio tracker. It runs entirely on its owner's own computer and has exactly one user: its author.
Consolidates investment holdings held at different brokerages into a single view, and reports allocation, concentration, risk, and tax treatment across them. Prices come from public market data. Nothing is published, shared, or sold.
Onto the owner's own machine, into an encrypted local file. There is no server, no
hosting, no account system, no analytics, and no third-party recipient. The application
listens only on 127.0.0.1 and is not reachable from the network. Data is
never transmitted anywhere except back to the institution or market-data provider it
came from.
Data is kept only while a connection is active, and only on the local machine. Removing a connection in the application deletes its stored data and revokes the access token with the data provider. Deleting the local data file removes everything.
Access can be revoked at any time from within the application, from my.plaid.com, or from the institution's own security settings. Revoking at any one of those places ends the connection.