Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Astromesh Node

Node Release GitHub Release Astromesh Runtime Python 3.12+

Cross-platform system installer and daemon for the Astromesh agent runtime.

Supports Linux (Debian/Ubuntu, RHEL/Fedora), macOS, and Windows.

Quick Start

# Install from GitHub Release
sudo dpkg -i astromesh-node-0.1.2-amd64.deb    # Debian/Ubuntu
sudo rpm -i astromesh-node-0.1.2-amd64.rpm      # RHEL/Fedora

# Configure and start
sudo astromeshctl init --profile full
sudo systemctl start astromeshd

Development

cd astromesh-node
uv sync --extra all
uv run pytest -v