<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Integrations on Arivu</title>
		<link>https://arivu.app/categories/integrations/</link>
		<description>Recent content in Integrations on Arivu</description>
		<generator>Hugo</generator>
		<language>en-us</language>
		
		
		
		
			<lastBuildDate>Sat, 11 Jul 2026 00:00:00 +0000</lastBuildDate>
		
			<atom:link href="https://arivu.app/categories/integrations/index.xml" rel="self" type="application/rss+xml" />
			<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>How to Use Arivu &#43; Notion for the Ultimate Second Brain</title>
				<link>https://arivu.app/blog/arivu-plus-notion-ultimate-second-brain/</link>
				<pubDate>Fri, 16 Jan 2026 00:00:00 +0000</pubDate>
				<guid>https://arivu.app/blog/arivu-plus-notion-ultimate-second-brain/</guid>
				<description>&lt;p&gt;Arivu and Notion overlap, but they are useful for different reasons. The cleanest setup does not copy everything between them. It gives each tool a clear job.&lt;/p&gt;&#xA;&lt;p&gt;Use Arivu as the private knowledge workspace where sources enter, notes connect, and research remains traceable. Use Notion when a result needs to become a shared page, structured database, project brief, or team document.&lt;/p&gt;&#xA;&lt;h2 id=&#34;a-practical-division-of-work&#34;&gt;A practical division of work&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;Work&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Arivu&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Notion&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;Capture links, quotes, and files&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Primary&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Possible with Web Clipper&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;Write and link private research notes&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Primary&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Useful for structured pages&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;Search saved source text&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Local full-text search&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Workspace 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;Inspect a knowledge graph and Insights&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Primary&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Not the central model&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;Publish a shared brief or team wiki&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Supporting export&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Primary&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;Run collaborative databases and projects&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Not a full PM tool&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Primary&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;Notion&amp;rsquo;s official Web Clipper can save a page into a chosen workspace page or database. That makes it convenient when the destination is already known. Arivu is a better first stop when you want the source to remain connected to annotations, notes, backlinks, graph relationships, and later evidence.&lt;/p&gt;</description>
			</item>
			<item>
				<title>How to Use Arivu &#43; Obsidian for Knowledge Management</title>
				<link>https://arivu.app/blog/arivu-plus-obsidian-knowledge-management/</link>
				<pubDate>Fri, 16 Jan 2026 00:00:00 +0000</pubDate>
				<guid>https://arivu.app/blog/arivu-plus-obsidian-knowledge-management/</guid>
				<description>&lt;p&gt;Arivu and Obsidian can complement each other, but neither has to be a companion app for the other.&lt;/p&gt;&#xA;&lt;p&gt;Arivu is a self-hosted second brain for captured sources, notes, explicit links, full-text search, a bounded graph, and evidence-backed Insights. Obsidian is built around a local folder of Markdown files and a broad ecosystem of plugins. The useful pairing depends on where you want your durable writing to live.&lt;/p&gt;&#xA;&lt;h2 id=&#34;choose-an-authoritative-home&#34;&gt;Choose an authoritative home&lt;/h2&gt;&#xA;&lt;p&gt;The worst integration is two-way manual duplication. Editing the same note in two places creates conflicts and turns portability into maintenance.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
