omura

🏡 Omura (倧村 / Large Village) Pushing lightweight gemtext-based internet CLI client through gemini:// protocol client. Available in Bun (bunx) and Node (npx).

MIT License

Stars
2

[!WARNING] This package is still a work in progress.

What is Omura?

Omura is a small-CLI small-client to access the Gemini Protocol sites. A Gemtext-based Web Alternatives Protocol.

Omura: 倧村 / Large Village. It is a placename and surname found throughout Japan and the RyÅ«kyÅ« Islands. The name listed in the Shinsen shōjiroku may be taken from a district in Hizen (now Nagasaki prefecture).

Why Omura?

Omura is simple (Only commands, yes, commands.) and extensible (powered by UNIST AST and TypeScript) project to access the Gemini Protocol sites, it's easy to use, you can run below than 5 minutes, thanks to JavaScript runtime engines.

How to run Omura?

Bunx recommended: v1.1.3

# Install omura with bunx
bunx add omura
# then run
bunx omura

# Fix `UNABLE_TO_VERIFY_LEAF_SIGNATURE: unable to verify the first certificate`
NODE_TLS_REJECT_UNAUTHORIZED=0 bunx omura

# Local development (Same directory)
NODE_TLS_REJECT_UNAUTHORIZED=0 bunx .

npx recommended: v10.5.0

npx omura

Acknowledgments

Omura takes heavy inspiration from the following:

License

Omura is MIT-licensed open-source software by @fzn0x.