Rotki
Open source portfolio tracker, accounting and analytics tool that protects your privacy.
Why consider Rotki?
Rotki is an open-source portfolio tracking, accounting, and asset analytics application that respects user privacy by keeping all financial data encrypted on your local machine.
Learn Rotki by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of Rotki
Rotki enables individuals and organizations to track balances, calculate crypto and fiat taxes, and audit historical transactions across major exchanges and on-chain wallets without uploading data to third-party servers.
Running Rotki
Download the desktop application or run via Docker:
docker run -d \ --name rotki \ -p 8080:8080 \ -v $(pwd)/rotki_data:/root/.rotki/ \ rotki/rotki:latestAccess the web app at http://localhost:8080 and initialize your encrypted vault.
Rotki is distributed under the GNU AGPL-3.0 license.
Related tools
More options with a similar category or technology profile.
McFly
Fly through your shell history with an intelligent neural network search engine.
cheat
Interactive command-line cheatsheets for system administrators and software engineers.
Pipenv
Python development workflow for humans uniting Pipfile, pip, and virtualenv.
Rye
Comprehensive Python package and workspace management tool written in Rust.