Skip to content
NEURA PARSE

00Open source

Public tools, built to be inspected and changed.

Five permissively licensed projects: daily engineering tools, self-hosted software, and research companions. No telemetry and no hidden lock-in.

Portfolio

5
Public projects
3
Project categories
MIT / Apache-2.0
Permissive licences
0
Telemetry

01Project ledger

The first layer tells you whether a project fits. Open its record only when you need capabilities, licence, language, or repository access.

01
Stable

Self-hosted project management with AI-agent governance.

Productivity

A MIT-licensed issue tracker and work-graph control plane that feels like Linear, scales toward Jira parity, and keeps AI opt-in. Next.js 15 + PostgreSQL 16/pgvector + Redis 7 + LiveKit, Docker-first, localized in 30 languages.

Project recordOpen +
  • v0.7.11 release line with IBM-modern app and email surfaces
  • 30-language localization with RTL Arabic and Hebrew
  • AI off by default: OpenAI, Anthropic, and native planner fallback
  • AGENTOWNERS, MCP write governance, approval gates, local runner beta
  • Docker Compose with Postgres 16, pgvector, Redis 7, optional LiveKit
  • Docker Hub update awareness and signed self-update handoff
Language
TypeScript
Licence
MIT
Status
Stable
02
Stable

Your macOS menu bar, supercharged.

Developer tools

A small, fast, opinionated workspace that lives in the menu bar — tasks, focus, clipboard, notes, automations, and multi-provider AI, one click away. Local-first, no cloud account, plain JSON storage.

Project recordOpen +
  • 8 tools in a single popover (⌘1–⌘8)
  • ⌘K command palette across tabs
  • Auto-detects 11 coding CLIs (Claude Code, Codex, Aider, opencode, Gemini, Amp, Goose, Continue, Plandex, Qwen, Ollama)
  • 12 one-click automations with approval gates
  • EN / TR localisation, 71 passing tests
  • macOS 14+, Swift 5.9, native SMAppService launch-at-login
Language
Swift
Licence
MIT
Status
Stable
03
Coming soon

Where context is built.

Developer tools

Turn your thinking into structured, queryable context that any AI tool can consume. Promote a sentence into a Decision, a paragraph into a Source, a checklist into Tasks — every object becomes addressable from Claude, Cursor, Copilot, or any MCP-compatible agent.

Project recordOpen +
  • React 19 + TypeScript 6 + Tauri 2 — ~2 MB native bundle
  • Yjs CRDT for offline-first collaboration
  • Tiptap rich text + CodeMirror code blocks + LaTeX
  • Force-directed 3D knowledge graph (Three.js)
  • One-click export: CLAUDE.md, .cursorrules, AGENTS.md, schema/context.json
  • MCP server surface — agents query your workspace via standard protocol
  • 830+ tests, sub-100 ms cold start
Language
TypeScript
Licence
MIT
Status
Coming soon
04
Public preview

The quantum substrate of the Neura Parse stack.

Quantum research

One IR across gate, neutral-atom, photonic-CV and pulse modalities. Fault-tolerant promotion is one config flag (surface · BB qLDPC · Gidney–Shutty cultivation). Every run is an ed25519-signed manifest with offline-verifiable hash chains.

Project recordOpen +
  • Modality-agnostic IR with deterministic content-hash
  • 157 passing tests across phases 1–6
  • PyMatching, sliding-window, BP+OSD, neural decoders
  • Pasqal Pulser, Strawberry Fields, MrMustard, Bloqade frontends
  • QutipEmulator, Aer, Stim, OpenPulse backends
  • SLURM / PBS connectors, crash-safe resume via signed lineage
  • Compose with Qiskit, Cirq, PennyLane — does not replace them
Language
Python
Licence
Apache-2.0
Status
Public preview
05
Beta

Quantum Memory-Augmented Neural Networks.

Quantum research

Hybrid quantum-classical neural networks with quantum memory operations. Reference implementation for quantum-inspired algorithms suitable for near-term NISQ devices, with three reproducible modes — Theoretical, Simulation, and Hardware.

Project recordOpen +
  • Three modes: Theoretical (free), Simulation (free), Hardware (paid)
  • Q-Matrix quantum memory layer + Quantum-LSTM controller
  • Up to 20 qubits in simulation, 4–12 on real hardware
  • Qiskit 2.1+ and PyTorch 2.4+ compatible
  • Cost estimator before any paid hardware run
  • Apache-2.0, codecov + CI, full docs
Language
Python
Licence
Apache-2.0
Status
Beta

02Contribute and build

Bug reports belong in the relevant repository. Discuss substantial features before opening a pull request. Send security disclosures privately to security@neuraparse.com.

Repository quickstartLocal commands for TaskNebula, NeuraBar, qmesh, and QMANN.
# TaskNebula
$ curl -fsSL https://raw.githubusercontent.com/neuraparse/tasknebula/main/scripts/quickstart.sh | bash

# NeuraBar
$ git clone https://github.com/neuraparse/NeuraBar && cd NeuraBar && ./build.sh install

# qmesh
$ pip install -e ".[all]" && python3 examples/dag_cross_modality.py

# QMANN
$ pip install -e . && python examples/02_simulation_mode.py