Servel v1.0.0-beta.2
Pre-release
Pre-release
🧪 Beta release. Please share feedback via the pinned beta thread or bug report template.
Highlights
This release is a polish iteration on top of v1.0.0-beta.1, based on first-round self-test feedback.
- 🪲 Auto-start fires once per app lifetime — no more re-triggering each time you return to Dashboard
- 🪲 About page now shows the real installed version (was hardcoded
v1.0.0) - 🪲 PHP version picker parity with Node — active version now surfaces as a chip (parser fix for
->and=>markers fromphpvm list) - 🪲 Log scroll position fixed — closing the expanded log now keeps you at the bottom instead of jumping to the top
- 🔇 Quieter Docker daemon handling — when Docker Desktop is off, polling backs off (3s → 10s → 30s) instead of spamming errors; a dismissable banner with a Retry button replaces the noise
- 📊 Realtime container memory — service rows + Session Stats RAM now show actual
docker statsmemory usage (with fallback to static estimate when stopped) - ✨ Loading skeletons on Dashboard initial load + Onboarding prereq checks (no more flashing "NOT FOUND")
⚠️ Unsigned binary notice
This release is not code-signed yet — SignPath Foundation application is in review (~2-4 weeks). Expect the same warnings as beta.1:
- Windows — SmartScreen "isn't commonly downloaded" warning on download + "Windows protected your PC" on install. Click More info → Run anyway.
- macOS — Gatekeeper blocks the
.dmg. Bypass with:xattr -d com.apple.quarantine /Applications/Servel.app. - Linux AppImage —
chmod +x Servel_*.AppImagebefore first run.
See the README — Privacy & Code Signing section for the full policy.
Install
| OS | Artifact | Size |
|---|---|---|
| Windows x64 (NSIS installer) | Servel_1.0.0-beta.2_x64-setup.exe |
3.2 MB |
| macOS Apple Silicon | Servel_1.0.0-beta.2_aarch64.dmg |
6.5 MB |
| macOS Intel | Servel_1.0.0-beta.2_x64.dmg |
6.6 MB |
| Linux AppImage | Servel_1.0.0-beta.2_amd64.AppImage |
80 MB |
Prerequisites
- Docker Desktop (or compatible Docker daemon) — for container services
- phpvm ≥ 1.7.0 — for PHP version switching
- fnm — for Node version switching
Feedback
- 📣 Beta thread: Issue #5
- 🐛 Report a bug: bug-report template
- 💡 Suggest a feature: feature-request template
- 💬 Discuss: Discussions
Changelog vs v1.0.0-beta.1
feat(servel): Phase 6 polish v1.0.0-beta.2 — beta feedback fixes + realtime RAM + skeletons(e49149a)
Full diff: v1.0.0-beta.1...v1.0.0-beta.2