objectbox/objectbox-java

Database for Android and JVM - first and fast, lightweight on-device vector database

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 16 minutes ago
Added to GitGenius on September 14th, 2026
Created on January 24th, 2017
Open Issues & Pull Requests: 146 (+0)
GitHub issues: Enabled
Number of forks: 311
Total Stargazers: 4,622 (+0)
Total Subscribers: 99 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.7 days
Mean response time: 164.1 days
90th percentile: 475.6 days
Tracked items: 63

Most active contributors

Sign in to see contributor activity.

How this project is maintained

96% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "bug" is answered fastest, typically in about 10 hours, while "enhancement" waits about 6 days.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 28
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,855 days
Stale 30+ days: 24
Stale 90+ days: 20

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 1
Events in 7 days: 3

Top labels

  • enhancement (39)
  • bug (20)
  • more info required (17)
  • documentation (7)
  • duplicate (2)
  • low priority (2)
  • help wanted (1)
  • not sure about this (1)

Most active issues this week

Detailed Description

ObjectBox Java is an embedded database for Android and JVM applications that combines object storage with vector search capabilities.

ObjectBox addresses the need for fast, efficient on-device data persistence in mobile and edge environments. It stores Java objects directly without requiring SQL queries, managing relationships between objects natively. The tool includes vector database functionality, enabling on-device vector search for applications using retrieval-augmented generation and similarity matching without external services.

Developers building Android apps or JVM services that prioritize performance and resource efficiency should consider ObjectBox. It suits projects where battery life and minimal memory footprint matter, such as mobile applications or edge computing scenarios. The tool is particularly valuable when vector search capabilities are needed alongside traditional object storage. The README identifies SQLite and Realm as alternatives, noting that ObjectBox outperforms both in CRUD operations while offering built-in vector search that neither provides natively.

The project maintains active development with regular updates and comprehensive documentation. Community support is available through documented channels, and example applications are provided to help developers get started quickly.