Alternatives to RxDB
Compare RxDB alternatives for your business or organization using the curated list below. SourceForge ranks the best alternatives to RxDB in 2026. Compare features, ratings, user reviews, pricing, and more from RxDB competitors and alternatives in order to make an informed decision for your business.
-
1
Resco Inspections+
Resco
Resco Inspections+ is an advanced mobile forms solution crafted for teams that need reliable data collection—especially if current paper processes or mobile tools aren’t meeting your standards for flexibility and versatility. Inspections+ lets you seamlessly convert audits, inspections, surveys, and checklists into digital formats that enhance safety, compliance, and ease of use. With seamless Dynamics 365, Power Platform, Business Central, or Salesforce integration, Inspections+ brings critical CRM/ERP data right to the field. Its offline-first architecture ensures that technicians, auditors, frontline workers, and inspectors can capture and update data even without internet access, whether on remote construction sites, oil rigs, garages, or in densely populated urban areas with inconsistent connectivity. The platform also includes an advanced questionnaire designer with smart questions, business logic, rules, and media capture, allowing full customization without coding skills. -
2
Ditto
Ditto
Ditto is the only mobile database with built-in edge device connectivity and resiliency, enabling apps to synchronize without relying on a central server or constant cloud connectivity. Through the use of CRDTs and P2P mesh replication, Ditto's technology enables you to build collaborative, resilient applications where data is always available and up-to-date for every user, and can even be synced in completely offline situations. This allows you to keep mission-critical systems online when it matters most. Devices running Ditto apps can discover and communicate with each other directly, forming an ad-hoc mesh network rather than routing everything through a cloud server. The platform automatically handles the complexity of discovery and connectivity using both online and offline channels – Bluetooth, peer-to-peer Wi-Fi, local LAN, WiFi, Cellular – to find nearby devices and sync data changes in real-time. -
3
Resco Field Service+
Resco
Resco Field Service+ is a mobile-first solution designed to extend the capabilities of Microsoft Dynamics 365, Salesforce, and the Power Platform with powerful mobile workflows and full offline functionality. Built for industries like utilities, energy, manufacturing, and construction, it enables technicians to manage work orders, perform inspections, track assets, and handle preventive maintenance seamlessly. With offline-first architecture and secure data synchronization, teams can capture and access critical information in remote areas or environments with limited connectivity. The drag-and-drop form designer, GPS routing, barcode scanning, and scheduling tools allow you to customize workflows to meet the unique needs of your field operations. Managers gain real-time visibility into job status, resource allocation, and performance metrics, making it easier to schedule tasks, dispatch teams, and generate detailed reports. -
4
InterBase
Embarcadero
Ultrafast, scalable, embeddable SQL database with commercial-grade data security, disaster recovery, and change synchronization. Cross-platform, zero-install, embedded database as a direct-access library. Cross-platform, zero-install, embedded database with database-level and column-level AES and DES encryption. Concurrent applications/client access to the database on Windows with database-level and column-level AES and DES encryption. Ultrafast, scalable, SQL server database for Windows and Linux with commercial-grade data security, disaster recovery and change synchronization. Attacks on databases and loss of data can be costly and lead to loss of customers’ trust (and business), regulatory action, and heavy fines. InterBase provides over-the-wire and at-rest encryption, separate security login, and role-based user security. InterBase maintains full on-disk encryption while adding negligible overhead to database speed and performance. -
5
Core Data
Apple
Use Core Data to save your application’s permanent data for offline use, to cache temporary data, and to add undo functionality to your app on a single device. To sync data across multiple devices in a single iCloud account, Core Data automatically mirrors your schema to a CloudKit container. Through Core Data’s Data model editor, you define your data’s types and relationships, and generate respective class definitions. Core Data can then manage object instances at runtime to provide several features. Core Data abstracts the details of mapping your objects to a store, making it easy to save data from Swift and Objective-C without administering a database directly. Core Data’s undo manager tracks changes and can roll them back individually, in groups, or all at once, making it easy to add undo and redo support to your app. Perform potentially UI-blocking data tasks, like parsing JSON into objects, in the background.Starting Price: Free -
6
Dexie
Dexie
Dexie.js is a minimalistic and bulletproof IndexedDB wrapper library designed to simplify client-side storage. At only ~29k minified and gzipped, it offers a concise API that addresses the complexities of native IndexedDB, such as ambivalent error handling, poor queries, lack of reactivity, and code complexity. Dexie.js provides a well-thought-through API design, robust error handling, extendability, change tracking awareness, and extended KeyRange support, including case-insensitive search, set matches, and OR operations. It embraces the IndexedDB specification and all its features, allowing developers to use existing IndexedDB data without the need for data migration. Dexie.js supports composable real-time queries, enabling components to mirror the database in real-time across various front-end frameworks like React, Svelte, Vue, and Angular. With Dexie Cloud, developers can build consistent, authenticated, and access-controlled local-first apps with just a few lines of extra code.Starting Price: Free -
7
IndexedDB
Mozilla
IndexedDB is a low-level API for client-side storage of significant amounts of structured data, including files/blobs. This API uses indexes to enable high-performance searches of this data. While web storage is useful for storing smaller amounts of data, it is less useful for storing larger amounts of structured data. IndexedDB provides a solution. IndexedDB is a transactional database system, like an SQL-based Relational Database Management System (RDBMS). However, unlike SQL-based RDBMSes, which use fixed-column tables, IndexedDB is a JavaScript-based object-oriented database. IndexedDB lets you store and retrieve objects that are indexed with a key; any objects supported by the structured clone algorithm can be stored. You need to specify the database schema, open a connection to your database, and then retrieve and update data within a series of transactions. Like most web storage solutions, IndexedDB follows the same-origin policy.Starting Price: Free -
8
Realm
Realm DB
Realm is a mobile-first, open source object database designed to run directly inside phones, tablets, and wearables. It provides a simple, object-oriented data model that eliminates the need for an ORM, allowing developers to define models as regular classes in languages like Swift, Java, Kotlin, C#, JavaScript, Dart, and C++. Realm's architecture ensures high performance and low memory usage by employing a zero-copy design, lazy loading, and multi-version concurrency control (MVCC) for thread-safe operations. It's live objects and collections automatically update across threads, enabling reactive programming patterns. Realm supports relationships between objects via links and backlinks, facilitating complex data structures. Developers can utilize tools like Realm Studio to inspect and manipulate local Realm databases and integrate Realm into various platforms, including React Native, Flutter, Xamarin, and Node.js.Starting Price: Free -
9
WatermelonDB
WatermelonDB
WatermelonDB is a reactive database framework designed to build powerful React and React Native apps that scale from hundreds to tens of thousands of records while remaining fast. It ensures instant app launch regardless of data volume, supports lazy loading to load data only when needed, and offers offline-first capabilities with synchronization to your own backend. It is multiplatform. Optimized for React, it allows easy integration of data into components and is framework-agnostic, enabling the use of its JavaScript API with other UI frameworks. Built on a robust SQLite foundation, WatermelonDB provides static typing with Flow or TypeScript and optional reactivity through an RxJS API. WatermelonDB addresses performance issues in complex applications by loading nothing until requested and performing all querying directly on SQLite on a separate native thread, ensuring most queries resolve instantly.Starting Price: Free -
10
OrbitDB
OrbitDB
OrbitDB is a serverless, distributed, peer-to-peer database that utilizes IPFS for data storage and Libp2p Pubsub for automatic synchronization across peers. It employs Merkle-CRDTs to ensure conflict-free database writes and merges, making it suitable for decentralized applications, blockchain integrations, and local-first web apps. OrbitDB offers various database types tailored to different use cases: 'events' for immutable append-only logs, 'documents' for JSON document storage indexed by a specified key, 'keyvalue' for traditional key-value pairs, and 'keyvalue-indexed' for LevelDB-indexed key-value data. All these databases are built atop OpLog, an immutable, cryptographically verifiable, operation-based CRDT structure. The JavaScript implementation supports both browser and Node.js environments, with a Go version maintained by the Berty project.Starting Price: Free -
11
GUN
amark
Realtime, decentralized, offline-first, graph database engine. The data that needs to stored, loaded, and shared in your app without worrying about servers, network calls, databases, or tracking offline changes or concurrency conflicts. GUN is a small, easy, and fast data sync and storage system that runs everywhere JavaScript does. The aim of GUN is to let you focus on the data that needs to be stored, loaded, and shared in your app without worrying about servers, network calls, databases, or tracking offline changes or concurrency conflicts. This lets you build cool apps fast. GUN gives you the most powerful weapons of the internet — decentralization and real privacy — to reclaim the web and make it truly free and open. GUN is a database engine that runs everywhere JavaScript does — browsers, mobile devices and servers, allowing you to build exactly the data system you want. -
12
Apache CouchDB
The Apache Software Foundation
Apache CouchDB™ lets you access your data where you need it. The Couch Replication Protocol is implemented in a variety of projects and products that span every imaginable computing environment from globally distributed server-clusters, over mobile phones to web browsers. Store your data safely, on your own servers, or with any leading cloud provider. Your web- and native applications love CouchDB, because it speaks JSON natively and supports binary data for all your data storage needs. The Couch Replication Protocol lets your data flow seamlessly between server clusters to mobile phones and web browsers, enabling a compelling offline-first user-experience while maintaining high performance and strong reliability. CouchDB comes with a developer-friendly query language, and optionally MapReduce for simple, efficient, and comprehensive data retrieval. -
13
Google Cloud Firestore
Google
Cloud Firestore is a fast, fully managed, serverless, cloud-native NoSQL document database that simplifies storing, syncing, and querying data for your mobile, web, and IoT apps at global scale. Its client libraries provide live synchronization and offline support, while its security features and integrations with Firebase and Google Cloud Platform (GCP) accelerate the building of truly serverless apps. Firestore offers a great developer experience with built-in live synchronization, offline support, and ACID transactions. These features are available across a robust set of client and server-side libraries. Firestore automatically scales up and down based on demand. It requires no maintenance and provides high availability of 99.99–99.999% achieved through strongly consistent data replication. No-ops database lets you pay only for what you use—no up-front expenditure or underutilized resources. Simplified architecture lets your apps talk directly to Firestore. -
14
ObjectBox
ObjectBox
The superfast nosql database for mobile and iot with integrated data synchronization. High-performance Objectbox is 10x faster than any alternative, improving response rates and enabling real-time applications. Check out our benchmarks. From sensor to server and everything in between. We support linux, windows, mac/ios, android, raspbian, etc. Embedded or containerized. Sync data seamlessly. Objectbox’ out-of-the-box synchronization makes data available when needed where needed, so you can take your app live faster. Offline first Develop applications that work on- and offline, independently from a constant internet connection, providing an “always-on”-feeling. Save time & dev. resources. Accelerate time-to-market, save development and lifecycle costs, save precious developer time for tasks that bring value, and let objectbox deal with the risk. Objectbox reduces cloud costs up to 60% by persisting data locally (on the edge), and syncing necessary data quicker and more efficiently. -
15
SQLite
SQLite
SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine. SQLite is the most used database engine in the world. SQLite is built into all mobile phones and most computers and comes bundled inside countless other applications that people use every day. SQLite is an in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. The code for SQLite is in the public domain and is thus free for use for any purpose, commercial or private. SQLite is the most widely deployed database in the world with more applications than we can count, including several high-profile projects.Starting Price: Free -
16
PouchDB
PouchDB
PouchDB is an open source JavaScript database inspired by Apache CouchDB, designed to run efficiently within the browser. It enables applications to store data locally while offline and synchronize it with CouchDB and compatible servers when back online, ensuring user data remains in sync across sessions. PouchDB supports cross-browser functionality, is lightweight, requires just a script tag and 46KB (gzipped) in the browser, and can be installed via npm. It is easy to learn, requiring some programming knowledge, and is fully open source, with development conducted openly on GitHub. PouchDB allows developers to build applications that function seamlessly offline and online, providing a consistent user experience regardless of network connectivity. It offers a simple API for creating, reading, updating, and deleting documents.Starting Price: Free -
17
Couchbase
Couchbase
Unlike other NoSQL databases, Couchbase provides an enterprise-class, multicloud to edge database that offers the robust capabilities required for business-critical applications on a highly scalable and available platform. As a distributed cloud-native database, Couchbase runs in modern dynamic environments and on any cloud, either customer-managed or fully managed as-a-service. Couchbase is built on open standards, combining the best of NoSQL with the power and familiarity of SQL, to simplify the transition from mainframe and relational databases. Couchbase Server is a multipurpose, distributed database that fuses the strengths of relational databases such as SQL and ACID transactions with JSON’s versatility, with a foundation that is extremely fast and scalable. It’s used across industries for things like user profiles, dynamic product catalogs, GenAI apps, vector search, high-speed caching, and much more. -
18
Actian Zen
Actian
Actian Zen is an embedded, high-performance, and low-maintenance database management system designed for edge applications, mobile devices, and IoT environments. It offers a seamless integration of SQL and NoSQL data models, providing flexibility for developers working with structured and unstructured data. Actian Zen is known for its small footprint, scalability, and high reliability, making it ideal for resource-constrained environments where consistent performance and minimal administrative overhead are essential. With built-in security features and a self-tuning architecture, it supports real-time data processing and analytics without the need for constant monitoring or maintenance. Actian Zen is widely used in industries like healthcare, retail, and manufacturing, where edge computing and distributed data environments are critical for business operations. -
19
Decipad
Decipad
Decipad is an interactive notebook designed to transform plain language into dynamic financial models and reports without requiring SQL or programming expertise. It enables users to combine text, data, and visualizations into cohesive plans, models, and reports, facilitating data storytelling and decision-making. Decipad supports various data types, including numbers, dates, booleans, and units, and offers features like data views, inline calculations, and unit conversions to enhance data analysis. It utilizes Conflict-Free Replicated Data Types (CRDTs) to enable seamless offline editing and real-time collaboration, ensuring that changes are synchronized across users without conflicts. Additionally, Decipad incorporates SafeJS, a secure in-browser JavaScript execution environment, allowing users to integrate external data sources and perform custom computations within their notebooks.Starting Price: $20 per month -
20
Couchbase Capella
Couchbase
Couchbase Capella is a cloud database platform that optimizes data storage and processing for both JSON-native operational and analytical data. A faster, better DBaaS for transaction, search, AI, and edge applications, with real-time analytics. Start easily with Capella by using SQL to query your JSON data, and get natural language coding assistance from Capella iQ. Capella is a multipurpose database supporting operational and analytic workloads and use cases, including JSON analytics, vector search, and mobile synchronization. It delivers millisecond response at scale, with the best price-performance of any document Database-as-a-Service. Try for free today and be up and running in minutes. Whether you're tackling development, architectural, or deployment challenges, there are many great reasons to future-proof with Capella. -
21
Hubql
Hubql
Hubql is your local-first API Client to test, share, document and ship APIs faster. Start with any OpenAPI spec either through introspection via URL or using our server libraries passing your API schema. Hubql is built as local-first library storing your data offline. Our API client runs in browser only either as a local server plugin for example as NestJS plugin or distributed directly via CDN as JS library. Organize your APIs in workspaces and Hubs. Share your API Hubs with your team members and collaborate on the same API collection. Store your environment variables in your workspace and use them in your API requests. No need to copy-paste your variables anymore. -
22
Liveblocks
Liveblocks
Liveblocks is a developer-first real‑time collaboration engine that provides customizable, ready‑made features—such as multiplayer editing, live cursors and presence, contextual comments, smart notifications, and integrated AI copilots—enabling teams to embed rich collaborative experiences directly into web applications. It handles persistence, sync, streaming, WebSocket infrastructure, offline support, conflict‑free CRDT‑backed data storage (with multiplayer undo/redo), and scalable hosting across rooms and projects. Featuring modular React and JavaScript SDKs, you can drop in components (chat, comments, toolbar, notifications) and launch in days instead of months. With Liveblocks 3.0, embedded AI copilots bring context-aware, in-app AI agents that can chat, take actions, and collaborate alongside users. -
23
FairCom EDGE
FairCom
FairCom EDGE simplifies the integration of sensor and machine data at the source – whether it’s a factory, water treatment plant, oil platform or wind farm. The world’s first converged IoT/Industrial IoT hub, FairCom EDGE unifies messaging, persistence and analytics with an all-in-one solution – complete with browser-based administration, configuration and monitoring. FairCom EDGE supports MQTT and OPC UA for machine-to-machine (M2M) communication, SQL for interactive analytics and HTTP/REST for real-time monitoring. It continuously retrieves data from sensors and machines with OPC UA support, and receives messages from those with MQTT support. The data is automatically parsed, persisted and made accessible via MQTT and SQL.Starting Price: Free -
24
Firebase
Google
Firebase helps you build and run successful apps. Backed by Google and loved by app development teams - from startups to global enterprises. Products and solutions you can rely on through your app's journey. Install pre-packaged, open-source bundles of code to automate common development tasks. Easily integrate Firebase with your team’s favorite tools. Use Firebase products together to solve complex challenges and optimize your app experience. Personalize your onboarding flow, grow user engagement, or add new functionality with Firebase. Firebase provides detailed documentation and cross-platform SDKs to help you build and ship apps on Android, iOS, the web, C++, and Unity. Learn how to create a Firebase project, register apps to it, and integrate the Firebase SDKs for your products and platform: iOS, Android and Web. Learn about Firebase projects, including concept overviews, deep-dives into topics like project permissions and project management tools, or preparing to launch your app.Starting Price: $24.99 per month -
25
Oracle Berkeley DB
Oracle
Berkeley DB is a family of embedded key-value database libraries providing scalable high-performance data management services to applications. The Berkeley DB products use simple function-call APIs for data access and management. Berkeley DB enables the development of custom data management solutions, without the overhead traditionally associated with such custom projects. Berkeley DB provides a collection of well-proven building-block technologies that can be configured to address any application need from the hand-held device to the data center, from a local storage solution to a world-wide distributed one, from kilobytes to petabytes. -
26
←INTELLI•GRAPHS→
←INTELLI•GRAPHS→
←INTELLI•GRAPHS→ is a semantic wiki designed to unify disparate data into interconnected knowledge graphs that humans, AI assistants, and autonomous agents can co-edit and act upon in real time; it functions as a personal information manager, family tree/genealogy system, project management hub, digital publishing platform, CRM, document management system, GIS, biomedical/research database, electronic health record layer, digital twin engine, and e-governance tracker, all built on a next-gen progressive web app that is offline-first, peer-to-peer, and zero-knowledge end-to-end encrypted with locally generated keys. Users get live, conflict-free collaboration, schema library with validation, full import/export of encrypted graph files (including attachments), and AI/agent readiness via APIs and tooling like IntelliAgents, which provide identity, task orchestration, workflow planning with human-in-the-loop breakpoints, adaptive inference meshes, and continuous memory enhancement.Starting Price: Free -
27
DbSchema
Wise Coders
DbSchema is for visual designing the schema in a team, deploy and document the schema. Other integrated features like data explorer, visual query editor, data generator, etc., makes DbSchema an every-day tool for everybody who interacts with databases. DbSchema supports all relational and No-SQL databases, including MySQL, PostgreSQL, SQLite, Microsoft SQL Server, MongoDB, MariaDB, Redshift, Snowflake, Google and more. DbSchema is reverse-engineering the database schema from the database and visualize it as diagrams. You will interact with the database using diagrams and visual tools. DbSchema model is using its copy of schema structure, independent from the database. This allows the schema deployment on multiple databases, save the design model to file, store it in GIT and design the schema in a team, design the schema without database connectivity, compare different versions of the schema and generate SQL migration scripts.Starting Price: $63 one time payment -
28
TurboSQL
TurboSQL
TurboSQL is a blazing-fast, AI-powered SQL desktop application designed to enhance developer productivity. Built on the Tauri framework, it offers near-native performance, ensuring that queries run instantly. It features a keyboard-first design, allowing users to execute actions swiftly without relying on a mouse. With smart organization capabilities, developers can neatly arrange their queries into folders and files, mirroring a typical coding environment. TurboSQL's built-in AI assistant can generate SQL queries from plain English, explain complex SQL statements, and autocomplete queries intelligently based on the database schema. The user interface is minimalistic and supports dark mode, providing a clean and enjoyable workspace. TurboSQL supports unlimited database connections and emphasizes a fully secure, local-first experience. It's tailored for developers who seek speed, simplicity, and efficiency in their SQL workflows. Starting Price: $25 per month -
29
Apache Drill
The Apache Software Foundation
Schema-free SQL Query Engine for Hadoop, NoSQL and Cloud Storage -
30
agOps360
agOps360
agOps360 is a farm management platform designed specifically for field crews and office staff to streamline agricultural operations. It offers offline-first functionality, allowing work to continue even without internet connection, syncing automatically when back online. The software ensures clear communication by providing crews with simple, real-time task updates and tracking their location and activities on a shared map. It automatically logs detailed work records, including timesheets, chemical usage, and safety gear compliance, reducing paperwork and minimizing errors. With features like multi-language support and real-time inventory updates, agOps360 helps farms save labor costs and avoid costly mistakes. Its mobile-friendly design makes it easy for both field workers and office managers to stay coordinated and efficient. -
31
Turso
Turso
Turso is a globally distributed, SQLite-compatible database service designed to provide low-latency data access across various platforms, including online, offline, and on-device environments. Built atop libSQL, an open-source fork of SQLite, Turso enables developers to deploy databases close to their users, enhancing application performance. It supports seamless integration with multiple frameworks, languages, and infrastructure providers, facilitating efficient data management for applications such as personalized large language models and AI agents. Turso offers features like unlimited databases, instant rollback with branching, and native vector search at scale, allowing for efficient parallel vector searches across users, instances, or contexts using SQL database integration. The platform emphasizes security with encryption at rest and in transit and provides an API-first approach for programmatic database management.Starting Price: $8.25 per month -
32
Google Cloud Bigtable
Google
Google Cloud Bigtable is a fully managed, scalable NoSQL database service for large analytical and operational workloads. Fast and performant: Use Cloud Bigtable as the storage engine that grows with you from your first gigabyte to petabyte-scale for low-latency applications as well as high-throughput data processing and analytics. Seamless scaling and replication: Start with a single node per cluster, and seamlessly scale to hundreds of nodes dynamically supporting peak demand. Replication also adds high availability and workload isolation for live serving apps. Simple and integrated: Fully managed service that integrates easily with big data tools like Hadoop, Dataflow, and Dataproc. Plus, support for the open source HBase API standard makes it easy for development teams to get started. -
33
Apache Phoenix
Apache Software Foundation
Apache Phoenix enables OLTP and operational analytics in Hadoop for low-latency applications by combining the best of both worlds. The power of standard SQL and JDBC APIs with full ACID transaction capabilities and the flexibility of late-bound, schema-on-read capabilities from the NoSQL world by leveraging HBase as its backing store. Apache Phoenix is fully integrated with other Hadoop products such as Spark, Hive, Pig, Flume, and Map Reduce. Become the trusted data platform for OLTP and operational analytics for Hadoop through well-defined, industry-standard APIs. Apache Phoenix takes your SQL query, compiles it into a series of HBase scans, and orchestrates the running of those scans to produce regular JDBC result sets. Direct use of the HBase API, along with coprocessors and custom filters, results in performance on the order of milliseconds for small queries, or seconds for tens of millions of rows.Starting Price: Free -
34
Temenos Quantum
Temenos
Low code without limits. Quickly build web and mobile applications from pre-built components in a visual canvas. Enhance existing and create new applications with greater agility to keep pace with business demands. In-product guided tours, reusable components and templates, one-click cloud builds and easy data integration with visual data mapping to maximize productivity. Integrate to any backend data source and orchestrate data collection & transformation across multiple systems. Design beautiful applications for any audience across any device without limits on the user experience. Accelerate development using 100+ pre-built native UI widgets for mobile and web. Use the full spectrum of native mobile app, responsive and progressive web app (PWA) functionality to deliver the best possible experience, performance, and security. Build native omni-channel experiences using a single design canvas across mobile, web, wearables, and more. -
35
Flow-Like
TM9657 GmbH
Flow-Like is an open-source, typed, local-first workflow automation engine for building and executing automation and AI workflows in self-hosted or offline environments. It combines visual, graph-based workflows with strong typing and deterministic execution, making complex systems easier to understand, validate, and maintain. Unlike many workflow tools that rely on untyped JSON, cloud-only backends, or opaque runtime behavior, Flow-Like makes data flow and execution explicit and inspectable. Workflows can run locally, on private servers, in containers, or in Kubernetes without changing semantics. The core runtime is written in Rust for performance, safety, and portability. Flow-Like supports event-driven automation, data processing, document ingestion, and AI pipelines, including typed agent and RAG workflows using local or hosted models. It is designed for developers and organizations that need reliable automation with full control over infrastructure and data.Starting Price: $9.99/month -
36
Axsy
Axsy
Axsy is a Salesforce-native, offline-first mobile application designed to enhance field productivity across various industries, including public sector, retail, and field service. It integrates seamlessly with Salesforce Clouds such as public sector, consumer goods, and field service, providing a unified platform for mobile inspections, sales, and service operations. It features dynamic forms and surveys that adapt in real-time, guiding users to key focus areas during inspections. Field users can capture orders on the go, transforming customer interactions into revenue opportunities. The mobile experience is optimized for efficiency, enabling tasks like in-store activities and on-site services to be performed with minimal taps. Axsy's all-inclusive pricing model eliminates the need for additional third-party licenses, reducing the total cost of ownership. It supports offline functionality, ensuring uninterrupted access to essential features regardless of connectivity.Starting Price: $90 per month -
37
UST IQ
UST
UST IQ for AMI Analytics automates the full data engineering pipeline, from ingestion of high-volume, high-frequency metering data to consolidated insights, so that AMI business operations can focus on critical decision-making rather than IT infrastructure management. It ingests real-time and historical meter, event, alarm, GIS, and external data, harmonizes and curates it into query-ready formats using cloud-native, microservices-based architecture, and enables self-service querying, location-aware, role-based analytics, and proactive exception management. It empowers operations teams with insights on network anomalies, meter status, outages, and environmental overlays (e.g., seismic or weather data) to optimize field crew dispatch, prevent costly failures, and streamline restoration. It processes hundreds of millions of records daily with low-latency micro-batching (e.g., 5-minute intervals), delivering 30-day rolling averages, alert-triggered triggers, and more. -
38
Bruno
Bruno Software Inc.
Bruno is an open-source, local-first API client for exploring, testing, and documenting APIs. With native Git sync, offline data storage, and no cloud dependencies, Bruno offers developers a secure, fast, and open alternative to bloated API platforms. Trusted by 150 k+ daily users and loved by 37 k+ GitHub stargazers. Pure API Client — Bruno is not a platform or cloud SaaS. It’s a lightweight desktop app focused purely on exploring, testing, and documenting APIs — no unnecessary clutter. Local-First Security — All your data and collections stay on your machine. Nothing is synced to a third-party cloud, ensuring complete control and compliance. Native Git Sync — Collaborate and version your collections using the same workflows you already use for code — pull requests, branches, and diffs — with no proprietary lock-in. Open Source & Extensible — Backed by a passionate community, Bruno evolves transparently, with frequent contributions from developers across the worldStarting Price: $6 per user per month -
39
Graph Engine
Microsoft
Graph Engine (GE) is a distributed in-memory data processing engine, underpinned by a strongly-typed RAM store and a general distributed computation engine. The distributed RAM store provides a globally addressable high-performance key-value store over a cluster of machines. Through the RAM store, GE enables the fast random data access power over a large distributed data set. The capability of fast data exploration and distributed parallel computing makes GE a natural large graph processing platform. GE supports both low-latency online query processing and high-throughput offline analytics on billion-node large graphs. Schema does matter when we need to process data efficiently. Strongly-typed data modeling is crucial for compact data storage, fast data access, and clear data semantics. GE is good at managing billions of run-time objects of varied sizes. One byte counts as the number of objects goes large. GE provides fast memory allocation and reallocation with high memory ratios. -
40
PostPilot
PostPilot.dev
🚀 PostPilot – Your Private Workspace for APIs, Databases & Data Inspection PostPilot combines an API client, database client, and data inspector into one streamlined, local-first interface. Use Variables to link requests and organize everything in reusable Collections — fully local, fully private. ⚙️ How PostPilot Streamlines Your Development Workflow PostPilot combines three core tasks into one lightweight, local app: - API Testing: Send REST/GraphQL requests, inspect responses, and extract data. - Database Querying: Connect to your local or remote DBs and run SQL queries. - Data Inspection: Load JSON/XML, run queries, and debug data fast. All with: - Connection via Variables: Easily reuse variables across requests, queries, and scripts. - Manage requests in Collections: Save and reuse requests anytime - Private Workspace: Your data stays local. No cloud sync, no tracking.Starting Price: $40 one-time-payment -
41
StreamScape
StreamScape
Make use of Reactive Programming on the back-end without the need for specialized languages or cumbersome frameworks. Triggers, Actors and Event Collections make it easy to build data pipelines and work with data streams using simple SQL-like syntax, shielding users from the complexities of distributed system development. Extensible Data Modeling is a key feature that supports rich semantics and schema definition for representing real-world things. On-the-fly validation and data shaping rules support a variey of formats like XML and JSON, allowing you to easily describe and evolve your schema, keeping pace with changing business requirements. If you can describe it, we can query it. Know SQL and Javascript? Then you already know how to use the data engine. Whatever the format, a powerful query language lets you instantly test logic expressions and functions, speeding up development and simplifying deployment for unmatched data agility. -
42
TransactFlow
TransactFlow
TransactFlow is an offline-first Point of Sale (POS) system built specifically for small and medium-sized businesses in Pakistan. It enables retailers to manage sales, inventory, customers, and reports without relying on constant internet connectivity. Designed for real-world environments where internet access can be unreliable, TransactFlow continues to operate smoothly offline and automatically syncs data once a connection becomes available. TransactFlow is available on desktop and mobile, giving businesses the flexibility to run their operations across devices while maintaining fast, reliable performance. With a clean, intuitive interface and pricing in PKR, it removes the complexity and high costs commonly associated with traditional POS systems. By focusing on reliability, simplicity, and local business needs, TransactFlow helps retailers modernize their operations without disruption.Starting Price: $99/Year/License -
43
Driver Genius
Driver Genius
Update your drivers with one click to make your system run more stable and smoothly. You can restore all drivers with one click after reinstalling Windows. Double insurance: System restore point + Driver rollback. You can roll back to the previous driver at any time. Clean up invalid driver packages to free up disk space. Query the hardware information and working status of your computer. Real-time monitoring hardware temperature and voltage. If you replace hardware, the previous hardware data will remain in the system. Get the network back to work immediately after you change operating system. The offline driver update tool helps you quickly install the driver and restore your network connection if your computer is unable to connect to the Internet.Starting Price: $29.95 per 3 PCs per year -
44
FieldLevel
FieldLevel
Discover and share opportunities. Athletes, coaches, and teams connect on FieldLevel to build relationships and find opportunities to reach the next level. Let the world know who you are as a coach, athlete, or team. Connect with coaches and athletes you already know and build new relationships. Discover and share opportunities to play, coach, and market your team. Show your interest, make introductions, and find the right opportunities at the next level. See what teams are on the FieldLevel network. Stay up-to-date on recent commitments and signings. Join the FieldLevel network to discover and share opportunities. FieldLevel is the athletic recruiting network that helps athletes find the right teams and coaches find the best athletes for their rosters. Whether you’re an athlete, parent, coach, or organization, FieldLevel helps you achieve your goal. FieldLevel is a community of hundreds of thousands of members, and we are growing every day.Starting Price: $49 per month -
45
Postbird
Paxa
Postbird is a cross-platform PostgreSQL GUI client, written in JavaScript, and runs with Electron. Supports views, material views, foreign tables, constraints, and schemas, and connects to Heroku's Postgres. Can manage extensions, procedures, users, filter tables, edit values, and import & export tables or databases. Have comfortable query editing with saving the last query, syntax highlighting, keyboard shortcuts, search, snippets, query history, viewing large results, explaining formatting, and saving results as CSV.Starting Price: Free -
46
Whiz POS
Whiz Technologies
Whiz POS is a complete point of sale solution built for cafés, restaurants, and retail businesses. It combines desktop, mobile, and cloud-based tools to deliver a seamless selling and management experience. Whiz POS features a robust offline-first desktop POS designed for reliability at the main counter. The mobile POS allows staff to take orders tableside or on the go using Android devices. A cloud-based back office provides centralized control over inventory, reporting, and staff management from anywhere. Whiz POS securely synchronizes data across local networks and the cloud to keep operations running smoothly. This fully integrated ecosystem helps businesses improve efficiency, accuracy, and customer service.Starting Price: Free -
47
Valentina Studio
Paradigma Software
Create, administer, query and explore Valentina DB, MySQL, MariaDB, PostgreSQL and SQLite databases for FREE. Design business reports running in Valentina Studio Pro, on Valentina Server or in an application with an Application Developer Kit. Backward Engineering in Standard with forwarding Engineering in Valentina Studio Pro. Reverse engineering and create diagrams for existing databases. Add new objects to diagrams. Write SQL queries with auto-completion, color syntax. Define, manage, save favorite queries; access recent queries. Function browser dictionary of each function. Consoles for errors, warnings, and performance. Search, Export result records into CSV, JSON, Excel. Edit properties of multiple objects at the same time. Drill down to tables and fields; incredible fast searching. Reverse engineering and create diagrams for existing databases. Add new objects to diagrams. Add/drop users, and groups, and manage privileges. -
48
Lepilo
Lepilo
Lepilo is an automation platform meticulously crafted with the user in mind. We aspire to provide a simple yet versatile solution for all your automation needs. Lepilo seamlessly operates within your browser as well as a CLI application or an HTTP server. We prioritize privacy and operate offline-first; your data remains exclusively within your possession, ensuring a secure and confidential experience. -
49
Red Hat Data Grid
Red Hat
Red Hat® Data Grid is an in-memory, distributed, NoSQL datastore solution. Your applications can access, process, and analyze data at in-memory speed to deliver a superior user experience. High performance, elastic scalability, always available. Quickly access your data through fast, low-latency data processing using memory (RAM) and distributed parallel execution. Achieve linear scalability with data partitioning and distribution across cluster nodes. Gain high availability through data replication across cluster nodes. Attain fault tolerance and recover from disaster through cross-datacenter geo-replication and clustering. Gain development flexibly and greater productivity with a highly versatile, functionally rich NoSQL data store. Obtain comprehensive data security with encryption and role-based access. Data Grid 7.3.10 provides a security enhancement to address a CVE. You must upgrade any Data Grid 7.3 deployments to version 7.3.10 as soon as possible. -
50
CartoDruid
ITACyL
CartoDruid, is a free Android tool developed by the ITACyL that allows field technicians to capture information in the field quickly and easy without needing great GIS skills. The tool includes the most common functions of a GIS editor, but focuses on making the data collection as easy as possible, allowing technicians to define forms through a wizard, which can then be modified to include validations, organization, field calculation, etc. The tool seeks to be easily integrated into the work of organizations: it supports different forms of data import and export, it uses the open source sqlite-spatialite database as storage for vectorial cartography and includes a configurable synchronization client to send the data to the organization's cloud. Another of its strong points is that it allows you to work completely offline and is ideal for working in areas without coverage, or with high latency networks.Starting Price: $0