Releases: ArcaneArts/Oracular
Releases · ArcaneArts/Oracular
Templates v3.5.0 — 2026-05-11 21:13 UTC (4de29aa)
Templates v3.5.0
Build id: 3.5.0+20260511T211338Z-4de29aa
Source commit: 4de29aa — feat(release): templates release pipeline + standalone setup.dart [Build]
Generated: 2026-05-11 21:16:15 UTC
What's in this release
| Asset | Purpose |
|---|---|
arcane_app-v3.5.0.zip |
Basic multi-platform Flutter app. |
arcane_beamer_app-v3.5.0.zip |
Flutter app with Beamer navigation. |
arcane_dock_app-v3.5.0.zip |
Desktop system-tray app. |
arcane_cli_app-v3.5.0.zip |
Dart CLI application. |
arcane_jaspr_app-v3.5.0.zip |
Jaspr web app (CSR / SSG / SSR / hybrid). |
arcane_jaspr_docs-v3.5.0.zip |
Static documentation site. |
arcane_jaspr_flutter_embed-v3.5.0.zip |
Jaspr host + embedded Flutter guest. |
arcane_models-v3.5.0.zip |
Shared models package. |
arcane_server-v3.5.0.zip |
Shelf REST API server. |
arcane_templates_all-v3.5.0.zip |
All 9 templates in one bundle. |
setup.dart |
Standalone wizard-replacement script (also inside every ZIP). |
SHA256SUMS.txt |
Checksums for every asset above. |
How to use
# Pick a template — say arcane_app:
curl -fLO https://github.com/ArcaneArts/Oracular/releases/latest/download/arcane_app-v3.5.0.zip
unzip arcane_app-v3.5.0.zip -d /tmp/aa
cd /tmp/aa
dart run setup.dart --name my_app --org com.example --output-dir ../my_appSee SETUP_USAGE.md inside any ZIP (or
the source)
for the full flag reference.
Stable URLs
The asset filenames intentionally omit the build stamp so that
tools fetching "latest" can hardcode:
https://github.com/ArcaneArts/Oracular/releases/latest/download/<template>-v<X.Y.Z>.zip
Tag scheme
Tag: templates-v3.5.0+20260511T211338Z — versions are sortable by ISO 8601 UTC stamp.
Multiple [Build] commits at the same source version (3.5.0)
will publish as distinct tags but reuse identical asset
filenames for stable-URL fetching.