miniserve

High performance static file server with a modern web interface

brewmacoslinux
Try with needOr install directly
Source

About

High performance static file server

Commands

miniserve

Examples

Serve current directory on default port 8080$ miniserve
Serve specific directory on custom port with no listing$ miniserve -p 3000 --no-listing /path/to/directory
Serve files with gzip compression and auth protection$ miniserve --compress -a username:password /var/www/html