i made some small portable windows apps and put them up for free. CC0 - public domain, do whatever you want with them. No accounts, no telemetry, no installers.

- Core Cooldown - break timer
- Whisper Voice - local speech-to-text
- TypoGenie - Markdown to Word docs
- TutorialVault - video tutorial organizer
- OpenPylon - local Kanban board
- Vesper - distraction-free Markdown reader

Source on my self-hosted Gitea.

https://apps.lashman.live

#OpenSource #CC0 #FOSS #Productivity #PublicDomain

Core Cooldown v0.2.0 is out - and it's still completely free. This update brings the whole UI up to WCAG 2.2 Level AAA accessibility.

7:1 contrast, 44px hit areas, full keyboard nav, WAI-ARIA 1.2 screen reader support, Windows High Contrast, and reduced-motion support. 42 fixes across 18 components.

A break timer meant to prevent RSI should work for everyone. Portable, no installer, CC0 public domain.

https://apps.lashman.live/core_cooldown/

#OpenSource #CC0 #FOSS #Accessibility #A11y

Core Cooldown - A break timer that belongs to you

Portable Windows break timer. No installer, no account, no telemetry, no cost. CC0 public domain.

Whisper Voice also got a big accessibility update! The whole UI now meets WCAG 2.2 Level AAA - 7:1+ contrast, full keyboard nav, screen reader roles on every component, reduced motion support, and I/O marks on toggles so nothing relies on color alone.

Still free, still portable, still completely local. Your voice never leaves your machine.

https://apps.lashman.live/whisper_voice/

#OpenSource #CC0 #FOSS #Accessibility #A11y

Whisper Voice - Your voice stays yours

Local speech recognition. 99 languages, LLM correction, neural translation. WCAG 2.2 AAA accessible. Zero cloud dependency. CC0 public domain.

TypoGenie v1.1.0 is out. The app and its document output now target WCAG 2.2 Level AAA.

Full keyboard nav, screen reader support, native dialog modals, high contrast and reduced motion support. All color pairs across 165+ templates auto-validated for AAA contrast.

The Word docs it generates are also more accessible - tagged table headers, heading structure, document metadata.

Free, portable, CC0.

https://apps.lashman.live/typogenie/

#OpenSource #CC0 #FOSS #Accessibility #A11y

TypoGenie - Turn Markdown into professional Word docs

165+ typography styles. Drag your Markdown, pick a style, export to Word. WCAG 2.2 AAA accessible. No subscription, no cloud. CC0 licensed.

TutorialVault v1.1.0 - completely rewritten from Python to Rust + TypeScript on Tauri v2. Now targets WCAG 2.2 AAA - full keyboard nav, screen reader support, 44px touch targets, 7:1 contrast, reduced motion, and Windows High Contrast support.

It's a local video tutorial library manager with progress tracking, subtitle support, per-video notes, and drag-and-drop playlists. Free, portable, CC0.

https://apps.lashman.live/tutorialvault/

#OpenSource #CC0 #FOSS #Accessibility #A11y

TutorialVault - Your tutorials, your library

WCAG 2.2 AAA accessible desktop video tutorial library manager with progress tracking, content fingerprinting, subtitles, and notes. Local-only. CC0 licensed.

OpenPylon v1.1.0 - accessibility update. The whole UI now targets WCAG 2.2 AAA. 7:1 contrast, 3px dual-ring focus indicators, ARIA live regions, dialog focus trapping, skip nav, keyboard-accessible context menus, high contrast mode, and 8-second toasts with pause and dismiss.

It's a local-first Kanban board for Windows with markdown cards, version history, and a command palette. Free, portable, CC0.

https://apps.lashman.live/openpylon/

#OpenSource #CC0 #FOSS #Accessibility #A11y

OpenPylon - A local-first Kanban board for Windows

Portable, WCAG 2.2 AAA accessible Windows Kanban board. No cloud, no account, no telemetry. CC0 public domain.

Vesper v1.1.0 - accessibility and light theme update. Full keyboard nav, ARIA landmarks, focus traps in modals, skip link, aria-live status messages, reduced motion support, and AAA contrast across both the new light and dark themes.

Also added content zoom and width spinners as non-gesture alternatives to scroll shortcuts.

It's a distraction-free Markdown reader for Windows. Free, portable, CC0.

https://apps.lashman.live/vesper/

#OpenSource #CC0 #FOSS #Accessibility #A11y

Vesper - A distraction-free markdown reader

Portable, WCAG 2.2 AAA accessible Windows markdown reader. No installer, no account, no telemetry. CC0 public domain.

Made a new thing. Driftwood - an AppImage manager for Linux. Browse 2,000+ apps, one-click install, updates, vulnerability scanning, and desktop menu integration. No root, no accounts, no telemetry.

Built with Rust and GTK 4, runs in userspace, ships as an AppImage itself. Free, CC0 public domain, WCAG 2.2 AAA accessible.

If you use AppImages and want something nicer than the terminal for managing them, give it a look.

https://apps.lashman.live/driftwood/

#Linux #OpenSource #FOSS #AppImage #CC0

Driftwood - Friendly AppImage manager for Linux desktops

Modern AppImage manager for Linux. Discover 2,000+ apps, manage updates, scan for vulnerabilities - all from one place. No root needed. CC0 public domain.

@lashman
Sounds nice but what is that website doing?! It cranks my CPU way up, uses 200MB ram, and makes my fan run like crazy. So I didn't keep the site open long enough to read it. If the website is like that what would the app do to my computer, Not going to install it to find out.
@leadore ah dang, sorry :( must be the CSS, apologies
@lashman Just feels kind of sus, "here's a great app, CC0 license" and the website acts like it's running a ton of code behind the scenes.

@leadore no, not at all, just a tonne of CSS

but you can check out the gitea page for it directly - should probably fare better: https://git.lashman.live/lashman/driftwood

sorry again

driftwood

A modern GTK4/libadwaita AppImage manager for GNOME desktops

Gitea: Git with a cup of tea
@lashman
Thanks, that's better! And it has all the info right there--very nice documentation there! So much easier to read than the website.

@lashman @leadore It seems to be the JS, not the CSS directly? If I load the site with NoScript or uBO in strict mode which blocks all JS scripts, the page is fluid and uses 63MB of RAM, but with JS enabled it does make things worse

I'm not sure what causes that, probably the 3D animated panes when you hover over them. But I found a different issue:

Consider modifying the HERO - orchestrated entrance section in /driftwood/script.js for the page, because if I have esm.sh blocked, it'll set everything to opacity 0, add a listener to whatever framer-motion or motion includes

I think it's the !animate or some other check you've put in place, because with esm.sh blocked it still logs to the console that motion.dev was loaded successfully, despite it being blocked. It's loading motion/*esm from JSdelivr, but there are other components that appear to be loaded via esm.sh, like framer-motion, motion-utils and motion-dom.

It also loads motion/index.mjs from unpkg as a fallback if esm.sh and jsdeliver are blocked 😄