Skip to content

pkgforge/aeris-am-adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aeris-am-adapter

Aeris WASM plugin for managing AppImage applications via the AM CLI.

Features

  • Search AM's AppImage catalog
  • Install AppImages via am -i
  • Remove installed AppImages via am -R
  • Update AppImages via am -u
  • List installed AppImages via am -f
  • Health check via am --version

Prerequisites

AM must be installed and available in your PATH.

Command Usage

This adapter uses appman for user mode operations and am for system mode operations, following AM's convention where appman is the user-level command and am is the system-level command.

Building

rustup target add wasm32-unknown-unknown
cargo build --release --target wasm32-unknown-unknown

The compiled plugin will be at target/wasm32-unknown-unknown/release/aeris_am_adapter.wasm.

Installation

mkdir -p ~/.local/share/aeris/plugins/am
cp target/wasm32-unknown-unknown/release/aeris_am_adapter.wasm ~/.local/share/aeris/plugins/am/plugin.wasm
cp manifest.toml ~/.local/share/aeris/plugins/am/

Restart Aeris and the AM adapter will be loaded automatically.

About

AM (AppImage Manager) adapter plugin for Aeris

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages