Local-first utilities

Small tools for everyday developer work.

W-Soft builds compact desktop and command-line utilities for organizing files, reviewing logs, checking ports, and sharing screenshots without pulling in a heavy workspace.

$ portcheck localhost 8080
Port 8080 is open
Process: dev-server

$ logwatch app.log --level warn
12 warnings found
Export saved to reports/logwatch.txt

Focused tools, quiet defaults.

Each utility is designed to do one job clearly, keep local files local, and stay usable on older laptops and small development machines.

Files

Tidy

A no-config organizer for downloads, screenshots, archives, and working folders.

Capture

Snip

Fast screenshot capture with annotation, redaction, and local export formats.

Logs

Logwatch

Tail, filter, and save local log views without opening a full IDE.

Network

Portcheck

Check common local ports and produce simple reports for troubleshooting.

Built for small teams and solo workflows.

No hosted dashboard, account system, or background sync is required for the core tools.

Local data

Utilities work with files already on your machine and do not need cloud storage.

Plain exports

Reports use readable formats such as text, CSV, Markdown, and PNG.

Low overhead

Tools are kept small enough for machines that are already busy running builds.

Predictable updates

Release notes and portable packages are prepared before public builds are posted.