git404hub

what is lovelymisclab fr?

tokeii0/lovelymisclab — explained in plain English

Analysis updated 2026-05-18

54RustAudience · researcherComplexity · 3/5LicenseSetup · easy

tl;dr

A desktop app where you build CTF forensics workflows by connecting nodes on a canvas, similar to how ComfyUI works for images.

vibe map

vibe map loading… check back in a sec.

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Decode and analyze suspicious files during a CTF forensics challenge by chaining nodes like Base64 decode, XOR, and LSB extraction.

VIBE 2

Build a repeatable pipeline that only recalculates the steps affected by an edit, useful for iterating on a tricky steganography puzzle.

VIBE 3

Connect an external AI client such as Claude Code or Cursor through the built in MCP server to run nodes or edit the canvas automatically.

VIBE 4

Package a set of nodes you use often into a reusable module instead of rebuilding the same workflow each time.

what's the stack?

RustTauriReactMCP

how it stacks up fr

tokeii0/lovelymisclabnzyuko/rustyvncarman-bd/chromiumfish
Stars545455
LanguageRustRustRust
Setup difficultyeasyhardeasy
Complexity3/54/53/5
Audienceresearcherresearcherdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 30min

Portable desktop app for Windows, Linux, and macOS, no extra infrastructure needed unless you enable the optional MCP server.

You can use, modify, and share this freely, including commercially, but any modified version you distribute must also be open sourced under the same license.

in plain english

LovelyMiscLab is a desktop application for CTF style forensics work: decoding, steganography, image analysis, and cryptography. At its core is a node graph engine similar in spirit to ComfyUI. Instead of writing scripts, you drag nodes onto a canvas, such as Base64 decode, XOR, LSB steganography extraction, QR code decode, or AES decrypt, and connect them with lines to build a data flow. The backend runs the nodes in order and shows each node's result on the canvas as it goes. The app can be used a few different ways. You can run a single node as a quick standalone tool, or wire up a full pipeline that only recalculates the parts that changed when you edit it. It also includes an AI agent that can build a workflow on the canvas step by step from a plain language description, and it can act as a platform for building your own tools by packaging a group of nodes into a reusable module or plugging in an external script as a custom node. There are 270 built in nodes across 16 categories, covering encoding and encryption, image processing, classic and modern ciphers, steganography, control and logic, file and binary analysis, text processing, archive handling, audio processing, character encoding, hashing, and visual analysis such as byte histograms and entropy curves. The app also embeds an MCP server, so external AI clients like Claude Code, Cursor, or Codex can connect to it, discover the available nodes, run them, and read or edit the canvas you are currently working on. This is turned off by default and requires a bearer token when enabled, and it only listens on your local machine. All computation happens locally, so data does not leave your device. The project is built with Rust, Tauri, and React, and is organized as a Cargo workspace that keeps the core analysis engine separate from the desktop app shell. It is licensed under GPLv3.

prompts (copy fr)

prompt 1
Show me how to build a node workflow in LovelyMiscLab that extracts an LSB hidden message from a PNG image.
prompt 2
Explain how to connect Claude Code to LovelyMiscLab's MCP server so I can run analysis nodes from my terminal.
prompt 3
Walk me through packaging a group of nodes in LovelyMiscLab into a reusable composite module.
prompt 4
Help me set up a classic cipher auto-detection workflow in LovelyMiscLab for a CTF misc challenge.

Frequently asked questions

what is lovelymisclab fr?

A desktop app where you build CTF forensics workflows by connecting nodes on a canvas, similar to how ComfyUI works for images.

What language is lovelymisclab written in?

Mainly Rust. The stack also includes Rust, Tauri, React.

What license does lovelymisclab use?

You can use, modify, and share this freely, including commercially, but any modified version you distribute must also be open sourced under the same license.

How hard is lovelymisclab to set up?

Setup difficulty is rated easy, with roughly 30min to a first successful run.

Who is lovelymisclab for?

Mainly researcher.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.