LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

sfz

Simple static file server for local development

TLDR

Serve the current directory on the default port
$ sfz
copy
Serve a path on a port
$ sfz -p [8080] [path]
copy
Enable CORS / address bind (see help)
$ sfz --help
copy

SYNOPSIS

sfz [*options*] [*path*]

DESCRIPTION

sfz (Static File Zerver) is a small Rust CLI that serves a directory over HTTP—useful for quick local previews. Note: the original author has indicated limited maintenance; consider alternatives on crates.io for long-term projects.

PARAMETERS

*path*

Directory to serve (default: current directory).
-p, --port *port*
Listen port.
Additional flags control address, CORS, and cache headers—sfz --help.

INSTALL

nix profile install nixpkgs#sfz
copy

CAVEATS

Not hardened for public Internet exposure. Project maintenance status is limited. Prefer caddy/nginx for production.

SEE ALSO

python(1), caddy(1), miniserve(1)

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid