Docs › Getting Started › Introduction

Artha365 Technical Documentation

Welcome to the official technical documentation for Artha365. This section is designed for IT administrators, developers, and power users who want to understand the underlying architecture or integrate Artha365 into their existing workflows.


Why Local-First?

Unlike traditional cloud accounting software, Artha365 operates on a local-first paradigm. This means the primary source of truth is the SQLite database residing on your local machine or local area network (LAN).

Information for IT Admins

Ensure that port 8080 is open on your firewall if you plan to use the Multi-User Sync feature across your office LAN.

API Quickstart (Beta)

You can interact with your local Artha365 vault programmatically. Below is an example of fetching the current ledger balance using cURL.

curl -X GET "http://localhost:8080/api/v1/ledger/balance" \
  -H "Authorization: Bearer YOUR_LOCAL_API_KEY"
Next: Installation Guide →