Skip to content

v0.1.0

Choose a tag to compare

@MahmoodSeoud MahmoodSeoud released this 23 Mar 17:33
· 119 commits to main since this release

satdeploy v0.1.0

Deployment tool for embedded Linux satellites — push, track, rollback over SSH and CSP.

Features

  • Push binaries to satellite targets over SSH or CSP (CubeSat Space Protocol)
  • Ad-hoc push: deploy any file with --local + --remote (no config needed)
  • Git provenance tracking (local git + GitHub Actions CI)
  • Versioned backups with one-command rollback
  • Demo sandbox: satdeploy demo start (simulated satellite via Docker)
  • CLI + CSH ground station plugin (APM) with aligned status output

Install

pip install satdeploy

Quick start

satdeploy demo start
satdeploy status
satdeploy push test_app
satdeploy demo stop