<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Documentation on Arivu</title>
		<link>https://arivu.app/documentation/</link>
		<description>Recent content in Documentation on Arivu</description>
		<generator>Hugo</generator>
		<language>en-us</language>
		
		
		
		
			<lastBuildDate>Wed, 15 Jul 2026 00:00:00 +0000</lastBuildDate>
		
			<atom:link href="https://arivu.app/documentation/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Getting Started</title>
				<link>https://arivu.app/documentation/getting-started/</link>
				<pubDate>Wed, 08 Jul 2026 00:00:00 +0000</pubDate>
				<guid>https://arivu.app/documentation/getting-started/</guid>
				<description>&lt;p&gt;Arivu runs as a single Go application with an embedded browser interface and SQLite database. A model provider is optional.&lt;/p&gt;&#xA;&lt;h2 id=&#34;run-arivu-locally&#34;&gt;Run Arivu Locally&lt;/h2&gt;&#xA;&lt;p&gt;Install Go, clone the repository, and start the server:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;git clone https://github.com/glnarayanan/arivu.git&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;cd&lt;/span&gt; arivu&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;go run ./cmd/arivu serve --addr 127.0.0.1:8080 --db arivu.sqlite3&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Open &lt;code&gt;http://127.0.0.1:8080/auth&lt;/code&gt;, create an account, and sign in. For a production Linux VPS, use the &lt;a href=&#34;https://arivu.app/documentation/self-hosting-arivu/&#34;&gt;first-party installer&lt;/a&gt; instead.&lt;/p&gt;&#xA;&lt;h2 id=&#34;capture-something&#34;&gt;Capture Something&lt;/h2&gt;&#xA;&lt;p&gt;Choose &lt;strong&gt;Capture&lt;/strong&gt; from any authenticated screen, then select Link, Note, Quote, or File. Saving does not require a folder, tag, workflow stage, or AI configuration.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Self-Hosting Arivu</title>
				<link>https://arivu.app/documentation/self-hosting-arivu/</link>
				<pubDate>Wed, 08 Jul 2026 00:00:00 +0000</pubDate>
				<guid>https://arivu.app/documentation/self-hosting-arivu/</guid>
				<description>&lt;p&gt;Arivu&amp;rsquo;s core runs as one Go application with an embedded browser UI, API, workers, CLI commands, and SQLite database. The first-party installer is the recommended production path and can additionally manage the isolated native runtime for complete browser capture.&lt;/p&gt;&#xA;&lt;h2 id=&#34;one-command-install&#34;&gt;One-Command Install&lt;/h2&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;curl -fsSL https://install.arivu.app &lt;span class=&#34;p&#34;&gt;|&lt;/span&gt; sudo bash&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The bootstrap downloads &lt;code&gt;arivu-installer&lt;/code&gt;, verifies it against release checksums, installs it under &lt;code&gt;/usr/local/bin&lt;/code&gt;, and starts interactive setup. It does not require the GitHub CLI or a GitHub login.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Environment Variables</title>
				<link>https://arivu.app/documentation/environment-variables/</link>
				<pubDate>Wed, 08 Jul 2026 00:00:00 +0000</pubDate>
				<guid>https://arivu.app/documentation/environment-variables/</guid>
				<description>&lt;p&gt;Installer-managed deployments keep &lt;code&gt;/etc/arivu/arivu.env&lt;/code&gt; focused on machine configuration. Routine public URL, signup, cookie, model-provider, email, and X settings can be changed by an admin at runtime.&lt;/p&gt;&#xA;&lt;h2 id=&#34;core-runtime&#34;&gt;Core Runtime&lt;/h2&gt;&#xA;&lt;table&gt;&#xA;&#x9;&lt;thead&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Variable&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Default&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Purpose&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/thead&gt;&#xA;&#x9;&lt;tbody&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;ARIVU_ADDR&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;:8080&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;HTTP listen address&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;ARIVU_DB&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;arivu.sqlite3&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;SQLite database path&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;APP_URL&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;http://localhost:8080&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Public URL and callback base&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;SECRET_KEY&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;development fallback&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Sessions and encrypted runtime settings&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;ADMIN_EMAILS&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;empty&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Comma-separated administrator emails&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;SIGNUPS_ENABLED&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;true&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Public account registration&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;COOKIE_SECURE&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;false&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Secure browser cookies, required behind production HTTPS&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;ARIVU_FETCH_USER_AGENT&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;Arivu/2.0&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Server-side bookmark fetch identity&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;Generate a unique production secret and keep it outside version control:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Administration &amp; Recovery</title>
				<link>https://arivu.app/documentation/administration-and-recovery/</link>
				<pubDate>Wed, 15 Jul 2026 00:00:00 +0000</pubDate>
				<guid>https://arivu.app/documentation/administration-and-recovery/</guid>
				<description>&lt;p&gt;Arivu keeps administration separate from ordinary personal knowledge work. Administrators can manage users, runtime settings, API usage, system status, audit history, and processing recovery without exposing those controls to non-admin users.&lt;/p&gt;&#xA;&lt;h2 id=&#34;inspect-processing-failures&#34;&gt;Inspect Processing Failures&lt;/h2&gt;&#xA;&lt;p&gt;Open &lt;strong&gt;Administration&lt;/strong&gt;, then &lt;strong&gt;API Usage&lt;/strong&gt; to see durable failed jobs and failed summaries. Entries can include the owner, bookmark, attempt count, timestamps, provider and model context, safe error codes, and recorded failure details.&lt;/p&gt;&#xA;&lt;p&gt;The two lists answer different questions:&lt;/p&gt;</description>
			</item>
			<item>
				<title>X Bookmarks Integration</title>
				<link>https://arivu.app/documentation/x-bookmarks-api-setup/</link>
				<pubDate>Mon, 15 Jun 2026 00:00:00 +0000</pubDate>
				<guid>https://arivu.app/documentation/x-bookmarks-api-setup/</guid>
				<description>&lt;p&gt;Arivu can import bookmarks from X when an administrator enables the optional OAuth integration. Imported links enter the same Library and background processing pipeline as other captures.&lt;/p&gt;&#xA;&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;An X developer application with OAuth 2.0 enabled&lt;/li&gt;&#xA;&lt;li&gt;Confidential client credentials&lt;/li&gt;&#xA;&lt;li&gt;A public HTTPS &lt;code&gt;APP_URL&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Configure the callback as:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;https://your-domain.example/settings?section=connections&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Request the scopes &lt;code&gt;bookmark.read&lt;/code&gt;, &lt;code&gt;tweet.read&lt;/code&gt;, &lt;code&gt;users.read&lt;/code&gt;, and &lt;code&gt;offline.access&lt;/code&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;configure-arivu&#34;&gt;Configure Arivu&lt;/h2&gt;&#xA;&lt;p&gt;Prefer Admin settings for routine runtime configuration. The environment fallback is:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nv&#34;&gt;X_INTEGRATION_ENABLED&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;nb&#34;&gt;true&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nv&#34;&gt;X_CLIENT_ID&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;your_x_client_id&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nv&#34;&gt;X_CLIENT_SECRET&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;your_x_client_secret&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nv&#34;&gt;APP_URL&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;https://your-domain.example&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Set &lt;code&gt;X_REDIRECT_URI&lt;/code&gt; only when you need to override the callback derived from &lt;code&gt;APP_URL&lt;/code&gt;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Browser Extension Setup</title>
				<link>https://arivu.app/documentation/extension-self-hosted-setup/</link>
				<pubDate>Thu, 19 Feb 2026 00:00:00 +0000</pubDate>
				<guid>https://arivu.app/documentation/extension-self-hosted-setup/</guid>
				<description>&lt;p&gt;The Manifest V3 extension captures pages, links, and selected text into your own Arivu instance. Custom domains are configured from the popup. You do not need to edit &lt;code&gt;manifest.json&lt;/code&gt; or source files.&lt;/p&gt;&#xA;&lt;h2 id=&#34;install-an-unpacked-development-copy&#34;&gt;Install an Unpacked Development Copy&lt;/h2&gt;&#xA;&lt;h3 id=&#34;chrome&#34;&gt;Chrome&lt;/h3&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Open &lt;code&gt;chrome://extensions/&lt;/code&gt;.&lt;/li&gt;&#xA;&lt;li&gt;Enable &lt;strong&gt;Developer mode&lt;/strong&gt;.&lt;/li&gt;&#xA;&lt;li&gt;Choose &lt;strong&gt;Load unpacked&lt;/strong&gt;.&lt;/li&gt;&#xA;&lt;li&gt;Select the repository&amp;rsquo;s &lt;code&gt;extension/&lt;/code&gt; directory.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h3 id=&#34;firefox&#34;&gt;Firefox&lt;/h3&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Open &lt;code&gt;about:debugging#/runtime/this-firefox&lt;/code&gt;.&lt;/li&gt;&#xA;&lt;li&gt;Choose &lt;strong&gt;Load Temporary Add-on&lt;/strong&gt;.&lt;/li&gt;&#xA;&lt;li&gt;Select &lt;code&gt;extension/manifest.json&lt;/code&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;connect-your-instance&#34;&gt;Connect Your Instance&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Open the extension popup and choose &lt;strong&gt;Settings&lt;/strong&gt;.&lt;/li&gt;&#xA;&lt;li&gt;Enter &lt;code&gt;https://your-domain.example/api&lt;/code&gt; as the API URL.&lt;/li&gt;&#xA;&lt;li&gt;Approve the browser permission request for your Arivu origin.&lt;/li&gt;&#xA;&lt;li&gt;Sign in to Arivu in the same browser profile and visit the app once.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;The extension dynamically registers the token content script for the approved origin. It exchanges your web session for an audience-scoped extension token through &lt;code&gt;/api/auth/extension-token&lt;/code&gt;; no manifest modification is required.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Capture &amp; Library</title>
				<link>https://arivu.app/documentation/capture-and-library/</link>
				<pubDate>Sat, 11 Jul 2026 00:00:00 +0000</pubDate>
				<guid>https://arivu.app/documentation/capture-and-library/</guid>
				<description>&lt;p&gt;Capture is available from every authenticated screen. Library is where captured and derived knowledge becomes browsable without forcing everything into folders first.&lt;/p&gt;&#xA;&lt;h2 id=&#34;capture-without-prerequisites&#34;&gt;Capture Without Prerequisites&lt;/h2&gt;&#xA;&lt;p&gt;Choose &lt;strong&gt;Capture&lt;/strong&gt;, then select Link, Note, Quote, or File. A capture does not require a tag, folder, stage, classification, embedding, or model provider.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Link&lt;/strong&gt; saves a page through the normal bookmark pipeline.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Note&lt;/strong&gt; creates a standalone note.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Quote&lt;/strong&gt; preserves selected evidence with its source URL and an optional interpretation.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;File&lt;/strong&gt; imports supported material as a searchable note.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;The browser extension, PWA share target, CLI, and local automation routes use the same owned knowledge store. Link and quote captures can queue in the browser while offline.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Second Brain Workflow</title>
				<link>https://arivu.app/documentation/second-brain-workflow/</link>
				<pubDate>Sat, 04 Jul 2026 00:00:00 +0000</pubDate>
				<guid>https://arivu.app/documentation/second-brain-workflow/</guid>
				<description>&lt;p&gt;Arivu is organized around one loop: &lt;strong&gt;Capture -&amp;gt; Connect -&amp;gt; Discover -&amp;gt; Learn&lt;/strong&gt;. You can begin without choosing a taxonomy or configuring AI, then add structure as your knowledge base grows.&lt;/p&gt;&#xA;&lt;h2 id=&#34;capture&#34;&gt;Capture&lt;/h2&gt;&#xA;&lt;p&gt;Use the global Capture action for a link, note, quote, or file. Browser extension, PWA share target, and CLI capture remain available. Imported documents and transcripts become searchable notes instead of entering a separate media library.&lt;/p&gt;&#xA;&lt;p&gt;New material appears in Library. Inbox remains a filtered Library view for users who want to assign a stage, importance, or next action. One-time feed imports can seed the Library, while ongoing RSS and Atom subscriptions continue sending accepted entries through the same pipeline.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Preservation &amp; Sharing</title>
				<link>https://arivu.app/documentation/preservation-and-sharing/</link>
				<pubDate>Mon, 13 Jul 2026 00:00:00 +0000</pubDate>
				<guid>https://arivu.app/documentation/preservation-and-sharing/</guid>
				<description>&lt;p&gt;Arivu keeps private research evidence and deliberate public publishing as separate workflows. Direct capture remains useful without the isolated native capture runtime or a public link.&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-normal-capture-keeps&#34;&gt;What Normal Capture Keeps&lt;/h2&gt;&#xA;&lt;p&gt;A link follows the ordinary capture pipeline. Safe direct extraction and isolated rendered capture can run together. Complete direct evidence becomes readable without waiting for the browser runtime, while stronger rendered evidence can improve a weak reader later. A failed browser run or challenge page cannot replace stronger evidence or the last good reader.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Notes, Links &amp; Research Objects</title>
				<link>https://arivu.app/documentation/notes-and-links/</link>
				<pubDate>Sat, 04 Jul 2026 00:00:00 +0000</pubDate>
				<guid>https://arivu.app/documentation/notes-and-links/</guid>
				<description>&lt;p&gt;Notes is a primary destination alongside Home, Library, Graph, and Insights. It is the writing workspace for ideas that begin with you rather than with a saved page.&lt;/p&gt;&#xA;&lt;h2 id=&#34;notes-and-daily-notes&#34;&gt;Notes and Daily Notes&lt;/h2&gt;&#xA;&lt;p&gt;Create a standalone note from global Capture or the Notes page. A note has its own detail route and can carry explicit links, backlinks, tasks, reminders, and related material. Home also includes a dated daily note for lightweight working context.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Reminders &amp; Tasks</title>
				<link>https://arivu.app/documentation/reminders-and-tasks/</link>
				<pubDate>Sat, 04 Jul 2026 00:00:00 +0000</pubDate>
				<guid>https://arivu.app/documentation/reminders-and-tasks/</guid>
				<description>&lt;p&gt;Tasks and reminders support knowledge work without turning Arivu into a full project-management system. Attach them to a bookmark or note so the action stays beside its evidence.&lt;/p&gt;&#xA;&lt;h2 id=&#34;tasks&#34;&gt;Tasks&lt;/h2&gt;&#xA;&lt;p&gt;A task, also called an action item, is an undated checklist item. Create one from relevant item details, complete it when finished, or remove it when it no longer matters. Pending work can appear on Home and in its Focus or Review contexts.&lt;/p&gt;</description>
			</item>
			<item>
				<title>AI Assistant</title>
				<link>https://arivu.app/documentation/ai-assistant/</link>
				<pubDate>Sun, 05 Jul 2026 00:00:00 +0000</pubDate>
				<guid>https://arivu.app/documentation/ai-assistant/</guid>
				<description>&lt;p&gt;AI is an optional layer in Arivu, not a prerequisite for capture, organization, or retrieval. The canonical Search / Ask surface can synthesize a cited answer, while Assistant action review keeps proposed changes under your control.&lt;/p&gt;&#xA;&lt;h2 id=&#34;cited-ask&#34;&gt;Cited Ask&lt;/h2&gt;&#xA;&lt;p&gt;Ask deterministically assembles a cited response from saved content in your Arivu account and does not call a model provider. Its claims link back to owned bookmarks or notes. Optional providers can improve summaries and other enrichment stored with that material, while ordinary full-text Search and cited Ask remain available without one.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Search &amp; Ask</title>
				<link>https://arivu.app/documentation/search-and-ask/</link>
				<pubDate>Sat, 11 Jul 2026 00:00:00 +0000</pubDate>
				<guid>https://arivu.app/documentation/search-and-ask/</guid>
				<description>&lt;p&gt;Search / Ask is globally available and has the canonical route &lt;code&gt;/search&lt;/code&gt;. It supports two related jobs: finding saved material and synthesizing a cited answer from it.&lt;/p&gt;&#xA;&lt;h2 id=&#34;search-your-saved-knowledge&#34;&gt;Search Your Saved Knowledge&lt;/h2&gt;&#xA;&lt;p&gt;Search retrieves owned bookmarks and notes with snippets and source links. Use text and structured filters to narrow the result set. Full-text retrieval is local and does not require a model provider or embeddings.&lt;/p&gt;&#xA;&lt;p&gt;Semantic-similarity relationships are separate from full-text search. They appear in connected surfaces only when embeddings exist, while ordinary retrieval continues without them.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Knowledge Graph &amp; Topic Evolution</title>
				<link>https://arivu.app/documentation/knowledge-graph/</link>
				<pubDate>Fri, 20 Feb 2026 00:00:00 +0000</pubDate>
				<guid>https://arivu.app/documentation/knowledge-graph/</guid>
				<description>&lt;p&gt;Graph helps you inspect how owned knowledge connects. It opens a bounded recent view or a focused neighborhood instead of attempting to draw your entire collection at once.&lt;/p&gt;&#xA;&lt;h2 id=&#34;nodes-and-relationships&#34;&gt;Nodes and Relationships&lt;/h2&gt;&#xA;&lt;p&gt;Graph can project bookmarks, notes, daily notes, annotations, knowledge objects, entities, and concepts. Relationships include:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;explicit links you created&lt;/li&gt;&#xA;&lt;li&gt;source relationships&lt;/li&gt;&#xA;&lt;li&gt;shared concepts&lt;/li&gt;&#xA;&lt;li&gt;shared entities&lt;/li&gt;&#xA;&lt;li&gt;semantic similarity when embeddings exist&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Explicit links are canonical. Derived relationships are quieter, rebuildable, and include provenance and confidence where relevant. A missing model provider or embedding does not remove explicit, source, concept, or entity relationships.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Collections &amp; Tags</title>
				<link>https://arivu.app/documentation/collections-and-tags/</link>
				<pubDate>Fri, 20 Feb 2026 00:00:00 +0000</pubDate>
				<guid>https://arivu.app/documentation/collections-and-tags/</guid>
				<description>&lt;p&gt;Collections and tags remain optional ways to organize bookmarks. Arivu does not require either before capture, and Library adds broader filters across all supported knowledge types.&lt;/p&gt;&#xA;&lt;h2 id=&#34;collections&#34;&gt;Collections&lt;/h2&gt;&#xA;&lt;p&gt;A collection is a named group of bookmarks. Collections can be nested into an owner-scoped tree, and a bookmark can belong to more than one collection. Deletion is non-recursive: move or delete child collections before deleting a parent. Deleting a leaf removes its memberships, never its bookmarks.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Insights</title>
				<link>https://arivu.app/documentation/analytics-and-insights/</link>
				<pubDate>Fri, 20 Feb 2026 00:00:00 +0000</pubDate>
				<guid>https://arivu.app/documentation/analytics-and-insights/</guid>
				<description>&lt;p&gt;Insights turns locally detected patterns into explainable prompts for learning. The canonical route is &lt;code&gt;/insights&lt;/code&gt;; the existing &lt;code&gt;/analytics&lt;/code&gt; link remains compatible.&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-insights-detects&#34;&gt;What Insights Detects&lt;/h2&gt;&#xA;&lt;p&gt;Current insight families include:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Emerging themes&lt;/strong&gt; appearing across recent material&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Recurring connections&lt;/strong&gt; between sources or notes&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Forgotten value&lt;/strong&gt; worth revisiting&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Knowledge gaps&lt;/strong&gt; suggested by the shape of your collection&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Serendipitous connections&lt;/strong&gt; between otherwise distant items&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Analytical Insights include an explanation, time window, detector confidence, detection reason, supporting items you own, and possible next actions. Evidence links let you inspect why the pattern appeared.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Import &amp; Export</title>
				<link>https://arivu.app/documentation/import-export/</link>
				<pubDate>Mon, 15 Jun 2026 00:00:00 +0000</pubDate>
				<guid>https://arivu.app/documentation/import-export/</guid>
				<description>&lt;p&gt;Imports enter the same Library as ordinary captures. Documents and transcripts become notes, while full JSON backups preserve durable account knowledge for restore.&lt;/p&gt;&#xA;&lt;h2 id=&#34;bookmark-and-feed-imports&#34;&gt;Bookmark and Feed Imports&lt;/h2&gt;&#xA;&lt;p&gt;Settings accepts browser bookmark HTML, an Arivu JSON backup, one URL per line, OPML, RSS or Atom, and URL-bearing CSV or TSV files. Common Pocket, Raindrop, Linkwarden, Readwise, and Kindle-style exports work when their fields can be mapped.&lt;/p&gt;&#xA;&lt;p&gt;Import jobs run in the background and report fetched, processed, skipped, and failed items. Arivu records source provenance, deduplicates normalized URLs, and rejects unsafe URLs before creating bookmarks.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Resurfacing &amp; Rediscovery</title>
				<link>https://arivu.app/documentation/resurfacing-and-rediscovery/</link>
				<pubDate>Mon, 06 Jul 2026 00:00:00 +0000</pubDate>
				<guid>https://arivu.app/documentation/resurfacing-and-rediscovery/</guid>
				<description>&lt;p&gt;Arivu brings older material back when it has a reason to matter. Rediscovery supports the &lt;strong&gt;Learn&lt;/strong&gt; stage of the core loop without turning your collection into a guilt queue.&lt;/p&gt;&#xA;&lt;h2 id=&#34;where-material-returns&#34;&gt;Where Material Returns&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Home&lt;/strong&gt; can show one useful memory alongside new material, active work, and recent notes.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Review&lt;/strong&gt; remains a contextual Home view for items that are due, important, unfinished, stale, or otherwise worth another look.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Insights&lt;/strong&gt; detects forgotten value, recurring connections, gaps, themes, and serendipitous relationships with supporting evidence.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Each review candidate or insight explains why it appeared. You can inspect the source before deciding what to do.&lt;/p&gt;</description>
			</item>
			<item>
				<title>API Reference</title>
				<link>https://arivu.app/documentation/api-reference/</link>
				<pubDate>Mon, 15 Jun 2026 00:00:00 +0000</pubDate>
				<guid>https://arivu.app/documentation/api-reference/</guid>
				<description>&lt;p&gt;The Go application serves its API under &lt;code&gt;/api&lt;/code&gt;. This page is a route overview; the application repository at the pinned release is the source of truth for request and response fields.&lt;/p&gt;&#xA;&lt;h2 id=&#34;authentication-audiences&#34;&gt;Authentication Audiences&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Web&lt;/strong&gt; uses HTTP-only cookies and CSRF protection for browser mutations.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;CLI&lt;/strong&gt; uses bearer tokens from &lt;code&gt;/api/auth/cli/login&lt;/code&gt;.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Extension&lt;/strong&gt; uses audience-scoped tokens issued through an authenticated web session.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Tokens cannot cross audience boundaries. Every owned query and mutation is scoped to the authenticated user.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Keyboard Shortcuts</title>
				<link>https://arivu.app/documentation/keyboard-shortcuts/</link>
				<pubDate>Fri, 20 Feb 2026 00:00:00 +0000</pubDate>
				<guid>https://arivu.app/documentation/keyboard-shortcuts/</guid>
				<description>&lt;p&gt;Arivu relies on familiar browser controls and a discoverable set of application shortcuts. Press &lt;code&gt;?&lt;/code&gt; outside a form field to open the complete in-app guide. Single-key commands stay disabled while you type in a form or use a dialog.&lt;/p&gt;&#xA;&lt;h2 id=&#34;global&#34;&gt;Global&lt;/h2&gt;&#xA;&lt;table&gt;&#xA;&#x9;&lt;thead&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Keys&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Action&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/thead&gt;&#xA;&#x9;&lt;tbody&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;Cmd/Ctrl + K&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Open the command palette for navigation, Capture, Search / Ask, and contextual actions&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;Q&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Open Capture&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;/&lt;/code&gt; or &lt;code&gt;F&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Focus Search&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;Cmd/Ctrl + P&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Print the current view&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;?&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Open the shortcut guide&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;Escape&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Close the active dialog, menu, or annotation composer and restore focus where applicable&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;Tab&lt;/code&gt; / &lt;code&gt;Shift + Tab&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Move through interactive controls and trapped dialog focus&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;Persistent Capture, Search, and More actions show compact key hints on larger screens. Mobile keeps the controls visually restrained.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Command Line Interface</title>
				<link>https://arivu.app/documentation/cli/</link>
				<pubDate>Wed, 08 Jul 2026 00:00:00 +0000</pubDate>
				<guid>https://arivu.app/documentation/cli/</guid>
				<description>&lt;p&gt;The same Go binary serves the app and provides CLI commands. CLI sessions use their own bearer-token audience and cannot be reused as browser or extension sessions.&lt;/p&gt;&#xA;&lt;h2 id=&#34;build-and-run&#34;&gt;Build and Run&lt;/h2&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;git clone https://github.com/glnarayanan/arivu.git&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;cd&lt;/span&gt; arivu&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;go build -trimpath -ldflags&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;-s -w&amp;#34;&lt;/span&gt; -o arivu ./cmd/arivu&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;./arivu version&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;./arivu serve -addr 127.0.0.1:8080 -db arivu.sqlite3&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Open &lt;code&gt;http://127.0.0.1:8080/auth&lt;/code&gt; and create an account before CLI login.&lt;/p&gt;&#xA;&lt;h2 id=&#34;log-in&#34;&gt;Log In&lt;/h2&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;./arivu login &lt;span class=&#34;se&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  --api http://127.0.0.1:8080/api &lt;span class=&#34;se&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  --email you@example.com &lt;span class=&#34;se&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  --password your-password&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The CLI stores its API URL and tokens in the local user configuration directory. &lt;code&gt;ARIVU_API&lt;/code&gt; supplies a default URL when &lt;code&gt;--api&lt;/code&gt; is omitted.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
