mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-01-13 22:30:37 +08:00
Merge pull request #30476 from lujun9972/add-MjAyMzExMTYgQWN0dWFsLSBBbiBPcGVuLVNvdXJjZSBQcml2YWN5LUZyaWVuZGx5IFBlcnNvbmFsIEZpbmFuY2UgQXBwLm1kCg==
自动选题[news]: 20231116 Actual: An Open-Source Privacy-Friendly Personal Finance App
This commit is contained in:
commit
c45c1f0a53
@ -0,0 +1,105 @@
|
||||
[#]: subject: "Actual: An Open-Source Privacy-Friendly Personal Finance App"
|
||||
[#]: via: "https://news.itsfoss.com/actual-finance-app/"
|
||||
[#]: author: "Sourav Rudra https://news.itsfoss.com/author/sourav/"
|
||||
[#]: collector: "lujun9972/lctt-scripts-1693450080"
|
||||
[#]: translator: " "
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
Actual: An Open-Source Privacy-Friendly Personal Finance App
|
||||
======
|
||||
A fairly new open-source finance app with privacy in mind.
|
||||
Earlier last year, Actual, a personal finance app, decided to [open-source][1] its source code in a bid to ensure the continuation of its development.
|
||||
|
||||
Back then, the main reason behind that move was that **the lead developer was unable to juggle between a full-time job and the 'Actual' project** , even hiring people had to be ruled out owing to cost concerns.
|
||||
|
||||
For those unfamiliar, Actual is a privacy-focused app that allows you to manage your personal finances by providing you with **a neat user interface** and **seamless syncing across devices**.
|
||||
|
||||
With this article, we shall see how Actual operates now, and what kind of functionality is on offer.
|
||||
|
||||
Let's dig in!
|
||||
|
||||
### A Super Fast Open-Source Finance App
|
||||
|
||||
![][2]
|
||||
|
||||
Actual primarily uses **TypeScript** and **JavaScript** as its foundation, with a hint of C++/C here and there. Going open has allowed a lot of its previous features to stay intact, and even made way for various improvements over them.
|
||||
|
||||
Some **key feature highlights** include:
|
||||
|
||||
* **Easy transaction tracking.**
|
||||
* **Fine-tuned for fast performance.**
|
||||
* **Dedicated budgeting options.**
|
||||
* **Intuitive reporting of transactions.**
|
||||
|
||||
|
||||
|
||||
There is even support for **optional end-to-end encryption** , **multi-device sync** , **importing of transactions** from popular financial file formats, and more.
|
||||
|
||||
Of course, the ability to generate reports should be helpful for everyone who decides to manage personal finance using the app:
|
||||
|
||||
![][3]
|
||||
|
||||
Unfortunately, you do not get an option to use any official hosted instance. So, it will be **a completely self-hostable experience** (cloud or local).
|
||||
|
||||
That is not entirely a bad thing, though, as **many privacy-conscious users swear by self-hosting apps** to get the most secure experience possible. Sure, if you have never self-hosted services, you might want to explore its documentation first.
|
||||
|
||||
Actual also has a neat option where **you can[ **instantly deploy**][4] it on PikaPods**, pricing starts at **$1.4 per month**.
|
||||
|
||||
In a nutshell, your data should remain secure if you use a local-first personal finance app like Actual.
|
||||
|
||||
![][5]
|
||||
|
||||
📋
|
||||
|
||||
You can refer to the [official documentation][6] to get started with self-hosting on the cloud or locally on your computer.
|
||||
|
||||
Furthermore, since going open, **Actual has been receiving a steady flow of updates.**
|
||||
|
||||
The recent [Actual 23.11.0][7] release came in with **s** tability improvements, tweaks, and bug fixes.
|
||||
|
||||
I even checked out Actual's GitHub repo, and the commit activity has been pretty good ever since it landed on GitHub. See for yourself. 👇
|
||||
|
||||
![][8]
|
||||
|
||||
I am glad to see that the contributors for Actual can pull this off quite gracefully by regularly pushing updates that matter.
|
||||
|
||||
If you are **interested in trying out Actual** , then you can visit its [official website][9] or try out the [live demo][10]. For those who want to **contribute to the code** , I highly suggest you head over to the [GitHub repo][11] to get started.
|
||||
|
||||
[Actual (GitHub)][11]
|
||||
|
||||
I think that Actual can be a great contender for our [best open-source accounting software][12] list.
|
||||
|
||||
![][13]
|
||||
|
||||
_💬 What do you think about Actual? Will to give it a try? Have you used it before?_
|
||||
|
||||
* * *
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://news.itsfoss.com/actual-finance-app/
|
||||
|
||||
作者:[Sourav Rudra][a]
|
||||
选题:[lujun9972][b]
|
||||
译者:[译者ID](https://github.com/译者ID)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://news.itsfoss.com/author/sourav/
|
||||
[b]: https://github.com/lujun9972
|
||||
[1]: https://actualbudget.com/open-source
|
||||
[2]: https://news.itsfoss.com/content/images/2023/10/Actual.png
|
||||
[3]: https://news.itsfoss.com/content/images/2023/11/actual-report-cash-flow.png
|
||||
[4]: https://www.pikapods.com/pods?run=actual
|
||||
[5]: https://news.itsfoss.com/content/images/2023/11/AddAccount-actual.png
|
||||
[6]: https://actualbudget.org/docs/
|
||||
[7]: https://actualbudget.org/blog/release-23.11.0
|
||||
[8]: https://news.itsfoss.com/content/images/2023/10/Actual_2.png
|
||||
[9]: https://actualbudget.com/
|
||||
[10]: https://demo.actualbudget.org/config-server
|
||||
[11]: https://github.com/actualbudget/actual
|
||||
[12]: https://itsfoss.com/open-source-accounting-software/
|
||||
[13]: https://itsfoss.com/content/images/size/w256h256/2022/12/android-chrome-192x192.png
|
Loading…
Reference in New Issue
Block a user