Skip to content

Releases: ksk5429/kzero

K-ZERO v0.2.0 — Standalone Windows .exe

Choose a tag to compare

@ksk5429 ksk5429 released this 03 Apr 00:34

One-Click Standalone for Windows

Download kzero.exe, double-click, done. No Python, no terminal, no setup.

What it does automatically:

  1. Checks if Ollama is installed → downloads and installs it if missing
  2. Pulls the Qwen 2.5 7B model (~4.7 GB, first run only)
  3. Starts the Ollama server
  4. Launches K-ZERO web app
  5. Opens your browser at http://localhost:7860

Requirements

  • Windows 10/11
  • ~8 GB free disk space (for Ollama + model)
  • Internet connection (first run only)

After first run

Everything is cached locally. Subsequent launches take ~10 seconds.

K-ZERO v0.1.0 — Council of 8

Choose a tag to compare

@ksk5429 ksk5429 released this 02 Apr 10:47

8 minds. 1 question. Infinite consequences.

First release of K-ZERO, a multi-agent philosophical deliberation system.

Features

  • 14 Python modules (~6,000 lines)
  • 8 AI personas: Musk, Feynman, Kobe, Jobs, Sartre, Carlin, Johnson, Kevin Kim
  • 3 simulation modes: Council Runner, K-ZERO Console, Dialectic Evolution (Hegelian)
  • 8 discussion modes: seminar, debate, vote, brainstorm, war room, socratic, delphi
  • Multi-run prediction: run 1000x → probability distribution → question classification
  • Quarto reports: HTML, PDF, DOCX with embedded Plotly charts
  • NotebookLM artifacts: podcast, study guide, quiz, flashcards, slides, mind map
  • Dash web dashboard: network graph, position tracking, chat log, topic clusters
  • Twitter/X thread generator: auto-format transcripts for sharing

Free LLM Providers

Works with Ollama (local/unlimited), Google AI Studio, Groq, OpenRouter — no paid API required.

Live Demo

https://huggingface.co/spaces/kyeongsun/kzero

Quick Start

git clone https://github.com/ksk5429/kzero.git && cd kzero
pip install -r requirements.txt
python -m runner.demiurge  # YOU play God