cryptopunkscc / desktop-agent

Graphical user interface and wrapper for astral daemon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Astral Agent

Graphical user interface and wrapper for astral daemon.

This project is in early development stage.

Features

  • Debian installation package.
  • Astral daemon embedded.
  • Running attached or detached astral daemon.
  • System tray.
  • Launch on boot.

Roadmap

  • Notifications
  • Mac OS support.
  • Windows support.

Requirements

To build this project is required to have installed:

  • Git
  • GO 1.19
  • JDK 16

Developers execution

To run astral-agent from sources, execute following gradle command in project directory:

./gradlew desktop:runDistributable

Building deb package

./gradlew desktop:packageDeb

To install created package run:

sudo dpkg -i ./desktop/build/compose/binaries/main/deb/astral-agent_*.deb

About

Graphical user interface and wrapper for astral daemon


Languages

Language:Kotlin 100.0%