Skip to content
View mateussiqueira's full-sized avatar
πŸ’»
Full Cycle Engineer
πŸ’»
Full Cycle Engineer

Block or report mateussiqueira

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mateussiqueira/README.md

I've been writing software for a bit over 11 years. Most of my work sits at the intersection of fintech, clean architecture, and developer tooling. Lately I've also been digging into low-level macOS stuff β€” recovery mode, pf, launchd, that kind of thing.

I'm based in Arapiraca, Brazil (GMT-3). I speak Portuguese natively and English fluently.

LinkedIn


Projects I'm actively maintaining

unleash β€” runs from macOS recovery mode and bypasses MDM enrollment. One script, covers Intel and Apple Silicon from macOS 12 to 15+. Five protection layers, from disk-level DEP spoofing all the way up to kernel pf firewall. Useful if you want actual control over your own machine.

banking-stack β€” monorepo with 14 fintech challenges modeled after the Brazilian financial market. Includes SPI (ISO 20022), DICT, and ISO 8583 simulators, a double-entry ledger, a workflow engine, and NFS-e invoice generation. TDD since day one, clean architecture throughout.

easy-mcp-br β€” manages Brazilian and global MCP services for opencode. Organizes 108 services across 20 groups, activates them on demand so agent context doesn't blow up. Can be installed via npm, homebrew, apt, or a direct script.

canopy β€” a fork of opencode with recovery for context overflows, accidental deletion protection, and Bedrock Converse support. Comes with a native SwiftUI manager that runs Mistral, LLaMA, Qwen Coder, and DeepSeek locally on Apple Silicon via MLX.

nidus β€” self-hosted PaaS in the same vein as Vercel or Railway. Deploys from GitHub webhooks into isolated Docker containers. The worker is written in Go and uses about 80% less memory than an equivalent Node service. SSL handled automatically through Caddy.

omni-cli β€” Python CLI that acts as a single entry point for scripts, tasks, and Docker containers spread across different workspaces. Basically so I don't have to remember fifteen different command paths.


Things I use almost every day

tech stack icons

Pinned Loading

  1. unleash unleash Public

    Single-script MDM bypass for macOS β€” bypass, suppress, monitor, and audit. Apple Silicon + Intel.

    Shell 19

  2. nidus nidus Public

    PaaS open-source tipo Vercel + Railway com suporte a Dart/Vaden

    Makefile 1

  3. banking-stack banking-stack Public

    TypeScript 1

  4. easy-mcp-br easy-mcp-br Public

    πŸ§ πŸ‡§πŸ‡· Second brain for Brazilian and global MCPs in opencode β€” low token cost, high productivity

    JavaScript

  5. canopy canopy Public

    Forked from anomalyco/opencode

    The open source coding agent.

    TypeScript

  6. omni-cli omni-cli Public

    A CLI das CLIs - Unified hub to orchestrate development tools

    Python