https://github.com/halos-org/halos-metapackages
HaLOS metapackages for base and marine systems
https://github.com/halos-org/halos-metapackages
apt-package halos
Last synced: 3 months ago
JSON representation
HaLOS metapackages for base and marine systems
- Host: GitHub
- URL: https://github.com/halos-org/halos-metapackages
- Owner: halos-org
- Created: 2025-11-21T17:28:51.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-03-29T11:23:42.000Z (3 months ago)
- Last Synced: 2026-03-29T13:51:36.011Z (3 months ago)
- Topics: apt-package, halos
- Language: Shell
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# HaLOS Metapackages
Debian metapackages for the HaLOS system.
## Packages
### `halos`
Base HaLOS system metapackage that installs:
- Cockpit web interface
- cockpit-networkmanager
- cockpit-storaged
- cockpit-apt package manager
- halos-cockpit-branding
### `halos-marine`
Marine system metapackage that extends `halos` with:
- marine-container-store
- signalk-server-container
## Installation
```bash
# Base HaLOS system
sudo apt install halos
# Marine system
sudo apt install halos-marine
```
## Building
```bash
# Build both packages
./run build-all
# Build individual packages
./run build-halos
./run build-halos-marine
# Check with lintian
./run lint
```
## Version Management
This repository uses the HaLOS unified versioning system:
- `VERSION` file contains the upstream version
- CI automatically calculates revision numbers
- Packages are published to apt.hatlabs.fi
See `cockpit-apt` repository for the detailed versioning workflow.
## Repository
Part of the [HaLOS](https://github.com/halos-org/halos) distribution.