~$ whoami
Hi, I'm Vitor
Google developer who loves coding, tinkering with hardware, and everything open source.

~$ ls ~/projects
Portfolio
Selected projects from my repos — systems code in Rust and Go, AI experiments, embedded toys, and the tools in between. All open source.
- ~/projects/nos-system
A framework for controlling node-oriented services, built around a super-node concept.
c++javascriptdistributed$ ./open_repo.sh→
- ~/projects/ruscene
A Lucene-style full-text search engine implemented from scratch in Rust.
rustsearch-engine$ ./open_repo.sh→
- ~/projects/alissa
AI racing companion — tuning help, diagnostics and race insights for old shitboxes.
aitelemetryracing$ ./open_repo.sh→
- ~/projects/esp32-watch-so
A tiny operating system for ESP32-based watches, written close to the metal.
c++esp32embedded$ ./open_repo.sh→
- ~/projects/ai-advanced-ocr
Experiments pushing OCR beyond the basics with modern AI models.
pythonaiocr$ ./open_repo.sh→
- ~/projects/go-ls
A complete ls rewritten in Go — everything the original does, plus extra features.
gocli$ ./open_repo.sh→
# ar3 robot arm — interactive 3D (needs JavaScript + WebGL)
~$ git log --author=vitor
Some of my contributions to the community
I love open source — it's where I learned to code, where I go to tinker, and where I give back. Building in the open, reading other people's code, and shipping patches that anyone can use is what makes software fun for me. Take a look at my GitHub to find the projects I've built and contributed to.
~$ git log --grep=ai --since=2012
AI
Before the hype. Genetic algorithms, OCR, computer vision, LLMs.
Building it was really amazing.
Working with AI
since 2012.
More than a decade of AI projects — from genetic-algorithm training, advanced OCR, and model fine-tuning to document search. Most of them live in my repos, but one is running live right now: an AI anime character generator you can try in your browser.
# AI anime character generator — live demo
» click to open — demo.vitorx86.dev
~$ ls /garage
Backyard mech
~$ ./alissa --diagnose ./old-shitbox
Meet Alissa, an AI racing companion
Alissa is an open-source AI racing companion that rides along with your racing shitbox. She reads the car's telemetry and OBD data to help with tuning, runs diagnostics when something inevitably breaks, and turns lap data into racing insights — a pit crew for cars that never had one.
# github.com/vitorecomp/alissa-ai-racing-companion

» alissa — pit crew online