Skip to content

Releases: kekePower/museweb

v1.1.3 - Optimizations and improvements

26 Jun 10:56

Choose a tag to compare

v1.1.2 - Enhancements and bug fixes

24 Jun 12:34

Choose a tag to compare

MuseWeb v1.1.2 Release Notes

What's New

  • Enhanced Model Support: Added support for Qwen3 reasoning models with proper thinking tag detection and handling
  • Improved Build System: Completely redesigned GitHub Actions workflow for reliable multi-platform builds
  • Package Structure: Standardized release package structure with version-based directories
  • Cross-Platform Compatibility: Builds now available for Linux (amd64, arm64), macOS (arm64), and Windows (amd64)

Bug Fixes

  • Fixed dependency resolution issues with GitHub Actions builds
  • Resolved checksum validation errors for the Ollama module
  • Improved error handling in the build and packaging process

Development

  • Added manual workflow triggering for easier testing of the build process
  • Updated GitHub Actions to use the latest versions of all components
  • Improved documentation and code comments

v1.1.1 - First release

23 Jun 21:13

Choose a tag to compare

MuseWeb v1.1.1 - First Official Release
We're excited to announce the first official release of MuseWeb, an experimental, prompt-driven web server that streams HTML directly from plain-text prompts using large language models (LLMs).

What is MuseWeb?
MuseWeb transforms simple text prompts into fully-functional web pages on-the-fly, making web publishing as simple as writing a text file. Originally built as a fun experiment, it now serves as a proof-of-concept for prompt-driven websites powered by local LLMs.

Key Features

  • Prompt → Page: Text files in your prompts directory automatically become routable web pages
  • Multi-Backend Support: Works with Ollama (local) or any OpenAI-compatible API
  • Zero JavaScript by Default: Clean, minimal HTML output with no client-side dependencies
  • Streaming Responses: HTML is streamed token-by-token for instant first paint
  • Live Prompt Reloading: Edit your prompts and see changes instantly without restarting
  • Modular Architecture: Clean separation of concerns for improved maintainability

What's Included
This release provides pre-built binaries for:

  • Linux (amd64, arm64)
  • macOS (arm64)
  • Windows (amd64)

Each package includes the MuseWeb binary, example prompts, configuration file, and documentation to get you started immediately.

Getting Started
Download the appropriate package for your platform, extract it, and run the binary. For the best experience, we recommend using Ollama with the llama3 model.

See the included README.md and museweb-prompt-engineering.md for detailed instructions and best practices.


We're just getting started with MuseWeb and welcome your feedback, bug reports, and contributions!