feat: PWA service worker + offline caching for classifier models #10

Open
opened 2026-04-06 13:09:41 -07:00 by pyr0ball · 0 comments
Owner

Make Linnet installable and functional offline (local inference mode).

Requirements:

  • Workbox service worker for app shell caching
  • Classifier model weights cached after first load (whisper.cpp wasm or server-side depending on architecture)
  • Graceful offline degradation: annotation continues, cloud features show 'offline' badge
  • PWA manifest: name, icons, theme color, display: standalone
  • Installability audit (Lighthouse PWA checklist)
Make Linnet installable and functional offline (local inference mode). Requirements: - Workbox service worker for app shell caching - Classifier model weights cached after first load (whisper.cpp wasm or server-side depending on architecture) - Graceful offline degradation: annotation continues, cloud features show 'offline' badge - PWA manifest: name, icons, theme color, display: standalone - Installability audit (Lighthouse PWA checklist)
pyr0ball added this to the Navigation — v0.2.x milestone 2026-04-06 13:09:41 -07:00
pyr0ball added the
enhancement
backlog
infrastructure
labels 2026-04-06 13:09:41 -07:00
pyr0ball modified the milestone from Navigation — v0.2.x to Interaction — v1.0 2026-04-12 11:04:26 -07:00
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Circuit-Forge/linnet#10
No description provided.