-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.html
More file actions
86 lines (77 loc) · 3.26 KB
/
docs.html
File metadata and controls
86 lines (77 loc) · 3.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
---
layout: docs
title: Documentation
---
<h1>Documentation</h1>
<div class="doc-meta">
<div class="doc-meta-item">
<span class="doc-meta-label">Astaraxia Version</span>
<span class="doc-meta-value">AZURE</span>
</div>
<div class="doc-meta-item">
<span class="doc-meta-label">Astral Version</span>
<span class="doc-meta-value">5.3.1.7</span>
</div>
<div class="doc-meta-item">
<span class="doc-meta-label">Updated</span>
<span class="doc-meta-value">March 2026</span>
</div>
<div class="doc-meta-item">
<span class="doc-meta-label">Status</span>
<span class="doc-meta-value" style="color:var(--yellow)">WIP</span>
</div>
</div>
<p>Everything you need to build, manage, and break Astaraxia. Pick a section below.</p>
<h2 id="components">Components</h2>
<table class="cmd-table">
<thead>
<tr>
<th>Component</th>
<th>Description</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="/docus/astral">Astral</a></td>
<td>12k+ line POSIX sh package manager - install, remove, sync, build, service management</td>
<td style="color:var(--green);font-family:var(--mono);font-size:0.8rem;">active</td>
</tr>
<tr>
<td><a href="/docus/horizon">Horizon</a></td>
<td>Three-stage LFS bootstrap engine - builds a complete system from a host Linux env</td>
<td style="color:var(--green);font-family:var(--mono);font-size:0.8rem;">active</td>
</tr>
<tr>
<td><a href="/docus/recipes">Recipes (.stars)</a></td>
<td>Package recipe format - v1, v2, v3 with build hooks, dependency separation, git sources</td>
<td style="color:var(--green);font-family:var(--mono);font-size:0.8rem;">active</td>
</tr>
<tr>
<td><a href="/docus/astral-env">astral-env</a></td>
<td>Declarative system config layer - packages, services, dotfiles, snapshots in one .stars file</td>
<td style="color:var(--green);font-family:var(--mono);font-size:0.8rem;">active</td>
</tr>
</tbody>
</table>
<h2 id="quickref">Quick Reference</h2>
<h3>Common Astral Commands</h3>
<table class="cmd-table">
<thead><tr><th>Command</th><th>Description</th></tr></thead>
<tbody>
<tr><td>astral -S <pkg></td><td>Install from AOHARU</td></tr>
<tr><td>astral -SA <pkg></td><td>Install from ASURA overlay</td></tr>
<tr><td>astral -R <pkg></td><td>Remove package</td></tr>
<tr><td>astral -r <pkg></td><td>Remove with orphaned deps</td></tr>
<tr><td>astral -U</td><td>Update all packages</td></tr>
<tr><td>astral -Ss <query></td><td>Search repositories</td></tr>
<tr><td>astral -ll <pkg></td><td>List installed files</td></tr>
<tr><td>astral --rollback</td><td>Rollback last transaction</td></tr>
</tbody>
</table>
<h2 id="repos">Repositories</h2>
<p><strong>AOHARU</strong> - Axia Official Hosted Astral Repository for Users. The curated, GPG-signed official package index served via GitHub Pages.</p>
<p><strong>ASURA</strong> - Astaraxia User Repository For All. Community overlay. Packages are user-contributed; dependencies are resolved from AOHARU.</p>
<div class="callout">
<p>Docs are a work in progress. If something is missing or wrong, open an issue on <a href="https://github.com/Astaraxia-Linux">GitHub</a>.</p>
</div>