Code Monkey home page Code Monkey logo

actual-desktop's Introduction

This is a project to run Actual, as a desktop application. It includes actual-server built in and can be used locally or to connect to a remote server. This is great for people who might want a desktop application to connect to their remote Actual server or people who want to try out Actual locally without setting up a server to run it on.

Running

It's very easy to get started. Clone this repo, install deps, and start it:

git clone https://github.com/nfaucher8/actual-desktop.git
cd actual-desktop
cd actual-server
git submodule init
git submodule update
cd ..
yarn
yarn start
  1. Clone the repo
  2. Enter the new directory
  3. Enter the actual-server directory
  4. Clone the submodule
  5. Go back to the actual-desktop directory
  6. Run yarn to install dependencies
  7. Run yarn start to start the app

A new application should start and you'll see Actual.

Building

actual-desktop can be built as an application for your operating system. This allows it to be used like any other application (instead of having to be run through yarn).

yarn build

Attempts to build an application for your current operating system and architecture

yarn build:linux

Attempts to build an application for Linux

  • outputs:
    • AppImage

yarn build:mac

Attempts to build an application for MacOS (can only be run on MacOS)

  • outputs:
    • arm64 zipped .app
    • arm64 .dmg installer
    • x64 zipped /app
    • x64 .dmg installer
    • universal zipped .app
    • universal .dmg installer

yarn build:pi

Attempts to build an armv7l application for Linux

  • outputs:
    • AppImage

yarn build:windows

Attempts to build an application for Windows

This will output different versions of the built application. A .msi installer and .exe installer that can be used to install Actual on a device. A portable .exe will also be created, this file can run Actual without having to install it on a device.

  • outputs:
    • MSI Installer (x64)
    • Portable exe (x64)
    • Installer exe (x64)
    • MSI Installer (ia32)
    • Portable exe (ia32)
    • Installer exe (ia32)

actual-desktop's People

Contributors

nfaucher8 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.