31 releases (15 breaking)
Uses new Rust 2021
new 0.19.3 | Jul 4, 2022 |
---|---|
0.18.3 | Jun 21, 2022 |
0.4.2 | Mar 29, 2022 |
#211 in Text processing
464 downloads per month
Used in 2 crates
245KB
8K
SLoC
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 (https://t.me/YozukBot)
Pre-built binaries
Pre-built binaries for x64 Windows, Linux and macOS are available.
Homebrew
brew tap yozuk/yozuk
brew install zuk
Cargo
cargo install zuk
WAPM
wapm install yozuk/zuk
Build from Source
Build Requirements
- Rust toolchain: 1.60.0 or later
- CMake: 3.12 or later
Credits
Yozuk was inspired by the following projects:
Dependencies
~14–26MB
~556K SLoC