Tab is a native desktop autocomplete product that suggests continuations while a person types in other applications.
This repository is a three-app monorepo with shared packages. See CONTRIBUTING.md for workspace structure, commands, and conventions.
Quick commands:
# Install dependencies
bun install
# Typecheck
bun run typecheck
# Lint
bun run lint
# Run tests
bun run test