Skip to content
View BySergiMM's full-sized avatar

Block or report BySergiMM

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.

Content in all repositories owned by your account will be closed.
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
BySergiMM/README.md

Sergi Martí

Oracle Technical Consultant · back-end & mobile developer · Barcelona, Spain 🇪🇸
Enterprise Oracle apps by day; typed, tested Python/FastAPI services, Android apps and native macOS tools by night.

LinkedIn Ko-fi GitHub Sponsors Profile views


OmniMac

OmniMac — everything your Mac is missing

Eleven Mac utilities in one lightweight, free, open-source menu-bar app:
a Dynamic Island for any Mac, notch or not · keep-awake · ⌘Tab by windows · window shortcuts & saved layouts
clipboard history that strips tracking from links · command bar · volume mixer with a 10-band EQ
a real performance monitor — per-core CPU, GPU, memory, disk, network, temperature — with alerts
menu-bar hider · app cleaner · OCR, colour picker, mic mute. Every shortcut is yours to change.

0.017–0.033 % CPU and 33–37 MB of real memory at idle · universal binary · macOS 14.2+ · no accounts, no telemetry.
It does the job of the seven utilities it replaces in your menu bar with 86 MB instead of 851 MB (RSS, same Mac, same method).

Download   Website   Source

OmniMac's notch expanded with the music tab

Performance
Per-core CPU, GPU, memory and network
Per-app volume
A different volume for every app
Tray and AirDrop
Drop files, send them by AirDrop
AirPods connected
iPhone-style card when your AirPods connect

Release Downloads Stars Build


from dataclasses import dataclass

@dataclass
class SergiMarti:
    role: str         = "Oracle Technical Consultant @ Timestamp España"
    location: str     = "Barcelona, Spain"
    by_day: tuple     = ("PL/SQL", "Oracle Forms", "Oracle ERP", "Oracle Data Integrator")
    by_night: tuple   = ("Swift / SwiftUI", "Python + FastAPI", "REST & MCP APIs", "Android / Kotlin")
    building: tuple   = ("OmniMac", "nim-key-manager", "metac-bot-template", "comparadorsoftware")
    principles: tuple = ("Clean Architecture", "SOLID", "typed + tested", "ship to prod")

    def say_hi(self) -> str:
        return "Databases by day, production software by night."

🧰 Tech

macOS Swift · SwiftUI · AppKit · CoreAudio · IOKit · Accessibility APIs · Sparkle
Oracle PL/SQL · Oracle Forms · Oracle ERP · Oracle Data Integrator · Oracle Database
Backend Python · FastAPI · ASP.NET / C# · Java
AI/LLM OpenRouter · Gemini · Groq · Cerebras · MCP
Frontend Next.js · React · Tailwind CSS
Mobile Kotlin · Android SDK
Data Oracle SQL · PostgreSQL · SQLAlchemy · Entity Framework · Prisma · Supabase
DevOps Docker · GitHub Actions · Render · Vercel · Alembic · Linux

Pinned Loading

  1. nim-key-manager nim-key-manager Public template

    Self-hosted NVIDIA Build/NIM API-key manager with a Claude MCP connector — FastAPI, OAuth 2.1, Docker, one-click Render deploy.

    Python 2

  2. OmniMac OmniMac Public

    Eleven Mac utilities in one menu bar app: a Dynamic Island for any Mac (notch or not), per-app volume & EQ, window shortcuts, clipboard, a real performance monitor and an app cleaner. 0.017–0.033% …

    Swift 13