Total Pageviews

Monday 31 July 2023

开源的个人财务系统-Actual


Actual 是一款开源的个人财务管理系统,注重安全性和私密性,强调“本地优先”原则,可用于管理个人财务。拥有交易管理、预算跟踪、财务报告生成、交易拆分、跨设备同步、数据导入与迁移、端到端加密等功能。支持 macOS、Windows、Linux、iOS、Android 等主流操作系统。基于 NodeJS编写,遵守MIT开源协议。

项目包含三部分:

    核心 – 可运行多平台
    桌面客户端 – 桌面 UI
    桌面-electron – 桌面 app

源码:https://github.com/actualbudget/actual
---------------------------------------------------

personal finance app

actualbudget.org

Getting Started

Actual is a local-first personal finance tool. It is 100% free and open-source, written in NodeJS, it has a synchronization element so that all your changes can move between devices without any heavy lifting.

If you are interested in contributing, or want to know how development works, see our contributing document we would love to have you.

Want to say thanks? Click the ⭐ at the top of the page.

Key Links

Installation

If you are only interested in running the latest version and not contributing to the source code, you don't need to clone this repo. You can get the latest version through npm.

The easy way: using a server (recommended)

The easiest way to get Actual running is to use the actual-server project. That is the server for syncing changes across devices, and it comes with the latest version of Actual. The server will provide both the web project and a server for syncing.

You can get up and running quickly and easily by following our Running Actual Locally Guide

Documentation

We have a wide range of documentation on how to use Actual, this is all available in our Community Documentation, this includes topics on Budgeting, Account Management, Tips & Tricks and some documentation for developers.

Code structure

The Actual app is split up into a few packages:

  • loot-core - The core application that runs on any platform
  • desktop-client - The desktop UI
  • desktop-electron - The desktop app

More information on the project structure is available in our community documentation.

from https://github.com/actualbudget/actual

 

No comments:

Post a Comment