Abricotine is working on Windows (7 and later), Linux and OSX.
Download the windows installer from the Releases page and run it.
Also, you can get Abricotine from Scoop:
scoop install abricotine # in extras bucket
Download OSX prebuilt binaries from the Releases page, extract the archive (if necessary) and run Abricotine.
OSX users can also use Homebrew Cask to install Abricotine: $ brew install --cask abricotine
.
Download the provided .deb package from the Releases page and install it.
Download linux prebuilt binaries from the Releases page, extract the archive and run Abricotine.
On Fedora you will also have to install the libXScrnSaver
package: yum install libXScrnSaver
Node.js and npm
are required.
- Install requirements,
- Download the latest Abricotine release source and extract the archive,
- Run
$ npm install
in the extracted folder. - You can use Abricotine by running
$npm start
from its directory. To open a specific file, run$npm start -- [path-to-file]
.
Run $ npm run dist
from the built project to package the app for your os. Packages are created in the dist
directory.
Once packages are built you can use the following commands:
$ npm run winsetup
: create Windows installer.$ npm run deb
: create a Debian package.