TiloBox
Back to directory
Rotki project preview

Rotki

Open source portfolio tracker, accounting and analytics tool that protects your privacy.

LicenseAGPL-3.0
GitHub stars3.4k
Last commit1 weeks ago
Tags6 topics
Portfolio TrackerAccountingPrivacyCryptoPythonPersonal Finance
Overview

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.

Guided learning

Learn Rotki by building

Practical setup notes, real use cases, and copy-ready examples in one focused guide.

1 min read 2 sections
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:

bash
1docker run -d \
2 --name rotki \
3 -p 8080:8080 \
4 -v $(pwd)/rotki_data:/root/.rotki/ \
5 rotki/rotki:latest

Access 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.

Rotki FAQs

Rotki is listed as a Productivity tool on TiloBox. Review the overview, features, and official documentation on this page to decide whether it solves your specific workflow.

Start with the project's GitHub repository and official website for supported installation and deployment instructions. Test the setup with representative data or a small project before rolling it out more widely.

Rotki is listed under the AGPL-3.0 license. Read the complete license text and the project's notices before using, modifying, or distributing the software.

Production readiness depends on your requirements. Review maintenance activity, security practices, documentation, backup and upgrade procedures, and compatibility with your stack; then validate it in a non-production environment.

Rotki is listed as an alternative to Koinly. Compare the core workflow, deployment model, integrations, and licensing against your must-have requirements before switching.