
QOSim
Build,Simulate-Understand Quantum Computing Visually
What it does
⚛️ QOSim is a no-code + code-enabled Quantum Circuit Simulator. Build circuits with drag-and-drop, run real-time simulations, explore algorithms (Grover’s, Shor’s, QFT), and integrate with Python/JS SDKs — all from your browser, zero setup. 🚀
Does a similar job
all alternatives →- QAQoord, a simple quantum circuit simulator2024 · github.com · ▲23
Hi! I built this to teach myself how a quantum circuit simulator works. It's about 1000 lines of Python, aiming to be understandable more than being fast or robust. It's not meant to compete with anything else - just a personal project to really get clear on the under-the-hood theory of qubits and quantum gates.
- QQQumulator – quantum circuit simulator, 1000 qubits, no GPUApr 2026 · github.com · ▲14
- CQC++ Quantum Simulator written from scratchNov 2025 · github.com · ▲7
- IBI built an 8-bit CPU simulator in Python from scratchOct 2025 · github.com · ▲72
I built a tiny 8-bit CPU simulator in Python to better understand how computers work at a low level. It visualizes registers, memory, and instructions in real-time, so you can actually see each operation as it happens. You can write simple assembly code and watch how the CPU executes it step by step. The project is mainly for learning and experimentation, but I’d love feedback or ideas for improvement.
Feynman Quantum CopilotDec 2025 · feynmanhq.com · ▲9Run Quantum Simulations with Zero Quantum Knowledge.
- 1Q1-qubit quantum circuit simulator with interactive bloch sphere2024 · dazkins.com · ▲7
This has been a small labour of love for a few days. Just a fun idea I had to create a single qubit quantum circuit simulator with interactive 3D bloch sphere. Check out my blog post linked on the page for further introduction to quantum computing!
More dev tools this month
the category →



OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 2d ago · opentrailpaper.com

Open-source GTM skills for technical founders
Dev tools · 30d ago · gtmcofounder.com

Launched alongside, August 2025
the whole month →
- IS
I built the world's most impractical 1000-pixel display and anyone in the world can draw on it. It draws a single pixel at a time and takes 30-60 minutes to complete a single image. Anyone can participate in the project by voting for the next image to be drawn, and submitting images. https://kilopx.com/
Work · 2025 · benholmen.com

- KT
Kitten TTS is an open-source series of tiny and expressive text-to-speech models for on-device applications. We are excited to launch a preview of our smallest model, which is less than 25 MB. This model has 15M parameters. This release supports English text-to-speech applications in eight voices: four male and four female. The model is quantized to int8 + fp16, and it uses onnx for runtime. The model is designed to run literally anywhere eg. raspberry pi, low-end smartphones, wearables, browsers etc. No GPU required! We're releasing this to give early users a sense of the latency and voices…
Dev tools · 2025 · github.com
- IW
I was wondering how I can arrange objects along a spherical helix path, and read some articles on it. I ended up learning about parametric equations again, and make this visualization to document what I learned: https://visualrambling.space/moving-objects-in-3d/ feel free to visit and let me know what you think!
Life & fun · 2025 · visualrambling.space
- TC
For HTML Day 2025 [1], I made a web service that displays the current sky at your approximate location as a CSS gradient. Colours are simulated on-demand using atmospheric absorption and scattering coefficients. Updates every minute, without the use of client-side JavaScript. Source code and additional information is available on GitHub: https://github.com/dnlzro/horizon [1] https://html.energy/html-day/2025/index.html
Dev tools · 2025 · sky.dlazaro.ca