Yozuk
Overview
Yozuk is a chatbot designed for helping programmers with trivial tasks such as UUID generation, hash calculation and timestamp conversion.
-
Knows what you want: With a combination of machine-learning and pattern-matching NLP, Yozuk infers the meaning of your requests so you don't have to remember the exact syntax of commands.
-
Provides full transparency: Fully open-source, no external dependency, no internet access and no tracking. Your data is completely under your control.
-
Runs everywhere: Not to mention WebAssembly support (Web browser and WASI), Yozuk runs natively on Windows, macOS, Linux, Android and iOS.
Getting Started
Documentation
Online Demo
- Web App: https://yozuk.com
- Telegram Bot:
- Discord Bot:
Command-Line App
Pre-built binaries
- Windows x64 zuk-x86_64-pc-windows-msvc.zip
- Windows ARM64 zuk-aarch64-pc-windows-msvc.zip
- MacOS Intel zuk-x86_64-apple-darwin.tar.xz
- MacOS Apple Silicon zuk-aarch64-apple-darwin.tar.xz
- Linux x64 zuk-x86_64-unknown-linux-gnu.tar.xz
- Linux ARM64 zuk-aarch64-unknown-linux-gnu.tar.xz
- Linux ARMv7 zuk-armv7-unknown-linux-gnueabihf.tar.xz
- Linux ARM64 Android (Termux) zuk-aarch64-linux-android.tar.xz
Homebrew
Cargo
WAPM
Libraries
Rust
TypeScript / JavaScript
Credits
Yozuk was inspired by the following projects: