- What is incredlabs?
- incredlabs is an open-source software company building Rust-native, high-performance data infrastructure for AI — including ORMDB, a database that speaks ORM natively, and Liath, the SQLite for AI agents.
- What products does incredlabs make?
- The public products are ORMDB (a relational database that fetches object graphs natively) and Liath (programmable memory for AI agents, queried with sandboxed Lua). Additional data-platform components are in development.
- Are incredlabs products free and open source?
- Yes. incredlabs products are open source under the MIT License and developed in the open at github.com/incredlabs. There is no license fee.
- What language are incredlabs products written in?
- The cores are written in Rust for performance, memory safety, and portability. Client libraries and bindings are available in TypeScript, Python, and other languages depending on the product.
- How is ORMDB different from Liath?
- ORMDB is a relational database that speaks ORM natively — ideal for application backends that need graph fetches, relations, and safe migrations. Liath is programmable memory for AI agents — an embedded store where agents write Lua to query their own memory. Use ORMDB for your app data and Liath for agent memory.
- Where can I find the documentation?
- Documentation for all products lives at docs.incredlabs.com. Each product also links to its docs from its website and GitHub repository.
- How do I contact incredlabs?
- Email contact@incredlabs.com or open an issue on GitHub at github.com/incredlabs.