The systems that run your operations, serve your media, send your mail, watch your site, help you choose software, sell to your customers and move you off Oracle — every one a long-term product we build, own and operate ourselves.
MIT licensed
Rutba ERP
An open-source, modular business management system built as an npm workspaces monorepo: 22 independent Next.js applications sharing one API, one authentication portal and one component library.
Point of SaleInventoryManufacturingOrder ManagementPayroll & HRAccounting
MIT · v2
Media FileServer
A Node.js media origin that keeps only master files and generates variants on demand — then grows into a full asset platform if you want it. It serves images for both Rutba.pk and TrustList.
Sharp PipelineLRU Variant CacheAsset IndexBackground JobsAI EnrichmentClustering
Apache 2.0
Rutba MTA
Multi-tenant email relay middleware that sits between your applications and their own SMTP servers — handling reputation-based pacing, suppression, bounces and reporting so every app doesn't reinvent them.
Adaptive Rate ControlSuppression GateBounce CaptureSigned WebhooksOne-click Unsubscribe
New
Rutba Vision
A self-healing recorder and AI video platform for large sites. Cameras are declared in one version-controlled file rather than clicked into a UI. Recording is hardware-accelerated and connects to each camera exactly once. Storage and database maintenance run themselves. And AI is switched on per camera, so you pay for inference only where it earns its keep. Proved on a 150-camera site recording continuously to a 100 TB array — including the unglamorous parts: a disk-fill safety net, a database watchdog, scheduled camera clock sync, and repair tooling for when hardware misbehaves.
Object DetectionZones & MasksSemantic SearchFace RecognitionPlate RecognitionGPU AccelerationSelf-healing StorageMulti-site
Live platform
TrustList
A global B2B discovery and procurement intelligence platform. Buyers compare verified vendors using independent reviews, rankings and buyer guides; vendors get a portal, verification and qualified leads.
Software ListingsVerified ReviewsRankings & AwardsAI Model LeaderboardVendor Portal
Live store
Rutba.pk
A live retail commerce platform selling premium everyday essentials — and the proving ground for the Rutba storefront, order management and rider delivery modules under genuine trading conditions.
StorefrontCheckout & CODProduct CatalogueCMSRider Delivery
New
pgrecon
Oracle-to-PostgreSQL migrations overrun because nobody measures the code first. The schema moves easily; twenty years of PL/SQL full of Oracle-only constructs does not. pgrecon is the measurement step — it parses your DDL and PL/SQL with a real grammar, reports every incompatibility with evidence and a remedy, and turns the result into an effort estimate in person-days that shows its own arithmetic. It never connects to your database. It generates a read-only SQL*Plus script your own DBA reads and runs, then analyses the output files locally — which is why security teams sign it off in minutes rather than months.
Offline AnalysisPL/SQL Parsing76 RulesEffort EstimationJSON ExportLegacy OracleApache 2.0
Every platform
Enterprise APIs
Every platform we build exposes a documented REST API rather than hiding behind a UI. That is what lets Rutba.pk share stock with Rutba ERP, and it is what lets your systems talk to ours.
RESTWebhooksOAuth-style JWTAPI TokensHMAC Signing