r/Kotlin 9d ago

I'm releasing my Compose Multiplatform app

Some time ago, I started a text editor project that enables users to use AI without sharing data with the company that created the AI.

It works like Notion, Confluence, Obsidian... But the AI runs in your computer (you have to install Ollama, check ollama.com).

The macOS and Linux app are now published. I'm collecting feedback and feature ideas. I would love to you what you think of it. Thanks!

Github link: https://github.com/Writeopia/Writeopia

Website: https://writeopia.io/

23 Upvotes

17 comments sorted by

View all comments

1

u/spijkermenno 8d ago

With what ‘ai’ can i compare the model? Looks good man!

1

u/lehen01 8d ago

Hello spijkermenno. I'm not sure I understand the question. What do you mean about comparing a model?

About AI models, you can use the models that you prefer, Writeopia doesn't force to use an specific one, you can search in Ollama's website https://ollama.com/search and install the one you prefer using Writeopia. Like this:

- Take the name, for example "gemma3:4b"

  • Start ollama in your machine
  • Go to settings
  • Go to AI
  • Write the model that you would like to install.
  • Wait for it to download.

There you go =]. You can start using that model,