---
title: "SumizAI vs RikkaHub"
url: "https://sumizai.com/alternative-to/sumizai-alternative-to-rikkahub.html"
date: "2026-08-14T00:00:00+02:00"
modified: "2026-08-14T00:00:00+02:00"
description: "Looking for a RikkaHub alternative? SumizAI and RikkaHub side by side: price, licence, platforms and what each one actually does."
tags: ["ai notes", "sumizai", "rikkahub", "alternative to RikkaHub"]
---

# SumizAI vs RikkaHub

Looking for a RikkaHub alternative? SumizAI and RikkaHub side by side: price, licence, platforms and what each one actually does.

## What RikkaHub is

RikkaHub is an Android app that works as a universal client supporting multiple large language model providers in one place. Instead of installing a separate app for every AI provider, the user configures API keys for chosen services inside RikkaHub and switches between them from one consistent chat interface on the phone. The project is open source under the AGPL-3.0 license, meaning full code transparency and the option for independent audit by anyone who wants to check exactly how the app handles API keys and user data.

Key features:

Support for multiple language model providers in one interface lets users compare different models' answers without switching between separate apps installed on the phone. The open source freemium model combines two advantages at once — free access to the core client app's functionality plus full control over the code for anyone who wants to modify or audit it. Configuring your own API keys means the user pays providers directly for actual usage, with no middleman markup added to a subscription price. A native Android and Android tablet app runs smoothly within the Google ecosystem, taking advantage of native notifications and OS integration.

Who it's for:

RikkaHub appeals to Android users who work with several different AI models and want access to all of them from one app instead of juggling multiple separate clients. Technically inclined people who value open code and the ability to verify how the app handles their API keys find in RikkaHub an answer to concerns raised by closed, commercial AI clients. Users paying directly for individual providers' APIs, instead of subscribing to more expensive bundled plans, appreciate the cost transparency that comes with this model.

Use cases:

In practice, RikkaHub is useful when a user wants to compare how different language models answer the same question, switching between them in the same app instead of copying the question into several separate windows. A developer testing which model handles a specific type of technical query best can quickly switch providers without leaving the app. Someone using different models for different purposes — one for writing, another for data analysis — keeps every conversation in one place on their phone, instead of scattering them across each provider's own app.

Pricing and business model:

RikkaHub is free and open source as a client app — the program itself costs nothing, but the user pays AI model providers directly for actual API usage, according to pricing set by those companies, not by RikkaHub's developers. That model separates the cost of the tool from the cost of the AI service itself, giving full transparency into what using a given model actually costs.

Limitations and what to watch for:

The need to configure API keys yourself for every provider adds an extra step of friction not present in ready-made apps with built-in access to a single model. Non-technical people unfamiliar with the concept of an API key or managing accounts across multiple providers may find the process off-putting. The app is Android-only, so iPhone and desktop computer users have no access to it.

AI notes from multiple models at once:

RikkaHub has no built-in notes feature, but because it lets users converse with multiple AI models, they often want to keep the best answers as ai notes regardless of which provider generated them. In practice that means copying a conversation fragment from the app and pasting it into a separate notebook, with no automatic mechanism marking which model a given ai notes entry came from — information that matters when comparing several providers.

Open code as a trust mechanism:

The AGPL-3.0 license goes a step further than plain open source — it requires that any modified version of the app, including one run as a network service, also make its own code publicly available. For users handing the app API keys to paid AI services, that's a concrete guarantee: nobody can quietly add a feature that sends those keys elsewhere without disclosing it in publicly available code.

The Android ecosystem as a natural home:

Being a native Android app rather than a website wrapped in a browser shell, RikkaHub gets full system integration — push notifications for new answers, smooth app switching handled by Android itself, and none of the performance overhead typical of hybrid apps built on a WebView.

Origin in China, global reach of the community:

While RikkaHub originated in China, as an open source project it's developed and used by a global community, without the regional restrictions typical of some closed AI services. People wanting to use models from outside their own geographic region, requiring different access configuration, can adapt RikkaHub to their needs thanks to the openness of its code. Geographic barriers to specific AI providers become a configuration problem here, not a fundamental limitation of the app itself.

What's worth checking before choosing:

Before setting up RikkaHub, check the current API pricing for the providers you plan to use, and make sure you understand how to generate and safely store API keys before entering them into the app.

Bottom line:

RikkaHub is an open source, multi-provider AI client for Android, for users who want full control over which model they use and what they pay for it. Anyone who wants ai notes from such conversations — regardless of which model generated them — to land automatically in an organized archive should consider a separate tool for that purpose.

Comparison with SumizAI:

RikkaHub and SumizAI solve different problems in the AI ecosystem. RikkaHub is a flexible, multi-provider chat client for Android — the entry point for a conversation with any model you hold an API key for. SumizAI focuses on what happens after the conversation: it turns valuable answers into ai notes saved as Markdown files in a vault the user owns, regardless of which model generated them. Anyone already using RikkaHub to talk to multiple providers can treat SumizAI as a complementary place for lasting ai notes from their best answers, instead of leaving them scattered across each model's own chat history.

**Key facts**

- Price: Freemium
- License: Open Source
- Origin: China
- Category: AI Chatbot, Large Language Model (LLM)

## What SumizAI is

A note-taking application built around a conversation with an AI model. You ask a question, the answer streams back, and the answers worth keeping become Markdown notes — filed into a vault that is a folder on your own disk.

A vault is a directory holding `base.md`, a generated table of contents up to six levels deep, and a `notes/` folder with one `.md` file per note. Before a note is written it is checked against the ones already there, so the fourth note about the same idea gets merged instead of added. Links between notes are ordinary Markdown links to files that exist.

The model is never ours: you bring your own API key to one of seven providers — Anthropic, OpenAI, Gemini, Groq, OpenRouter, a local Ollama or your own server — and pay that provider directly. A question sends the table of contents plus at most five relevant notes within a 24,000-character budget, and the app shows you which five it used.

## Where they differ

- RikkaHub is a place to have the conversation. SumizAI is not a chatbot — the conversation is the input, not the product. What comes out of it is a `.md` file with a title, a place in `base.md` and a duplicate check against the notes already in the vault. If you only want to talk to a model, you do not need SumizAI.
- RikkaHub is open source (AGPL-3.0), and SumizAI is not. If reading the source is what decides it for you, that is a real argument for RikkaHub. The guarantee SumizAI offers instead is structural rather than legal: the notes are Markdown files in a folder you chose, so they open in any editor whether or not the application is running.
- RikkaHub is freemium: there is a free tier and a paid one, and the line between them is the thing to read before committing. SumizAI has one plan at a dollar a month, so there is no feature held back for a higher tier — and an unpaid account still opens and exports every vault it already has.
- AlternativeTo's description of RikkaHub does not mention Markdown, so check what format your notes end up in before you fill it up. SumizAI writes standard `.md` files to a folder you picked, and an unpaid account can still export all of them.

Full side-by-side comparison table and pricing: [https://sumizai.com/alternative-to/sumizai-alternative-to-rikkahub.html](https://sumizai.com/alternative-to/sumizai-alternative-to-rikkahub.html)
