RIVER 1
Learn with, build with, thrive with in today's brave new world. And it's totally yours.
Your phone, desktop, or browser



Ask about your business, your life, your files — things only River could know because it runs next to your data. No scolding. No judgement. No limits.

Personal bookkeeper, web and file browser, doc editor, and many more.

A single backend for apps, agents, and chat — with swappable models, built-in provenance and citations, and local endpoints for zero egress.
import { BaseEntityType, BaseSkeleton } from 'types/entities';
// Task Entity Schema
export interface TaskSkeleton extends BaseSkeleton {
'@type': 'Task';
title: string;
completed: boolean;
dueDate?: string;
tags: string[];
priority: 'low' | 'medium' | 'high';
isInToday: boolean;
order: number;
}
export interface Task extends BaseEntityType {
entityType: 'Task';
skeleton: TaskSkeleton;
}Agents see and act on your machine — click, type, read the screen, and move files — locally with explicit scopes.

Select the class that matches your AI workload
Perfect for personal use and small models up to 20B parameters
Llama 3.1 8B, Mistral 7B, CodeLlama 13B, and other efficient models
Ideal for power users and models up to 70B parameters
Llama 3.1 70B, Claude-3-Haiku equivalent, GPT-4-level performance locally
Built for teams and largest models up to 405B parameters
Llama 3.1 405B, multi-modal models, custom fine-tuning workflows
YOUR QUESTIONS, ANSWERED
Curious about your personal AI computer? Find answers on privacy, setup, and how this device fits into your daily routine.
Your data stays on your desk — never sent to the cloud. Everything runs locally, so your files, chats, and ideas remain private and secure, just for you.
Chat about work or life, run research, write, analyze, and communicate — all right away. Build custom apps or automations to match your unique workflow.
Setup is simple: plug in, follow a quick guide, and you're ready in minutes. No tech skills needed — just curiosity and a willingness to explore.
Yes! Use built-in SDKs, APIs, or a no-code builder to make your own tools and automations. Whether you're a developer or just starting, you're empowered to create.
Absolutely. It's designed to connect with your desktop, laptop, and more, so you can enjoy a seamless experience across your workspace.
Unlike cloud AI, your data never leaves your hands. It's fast, private, and always available — no subscriptions, no middlemen, just your own AI on your terms.