No description
  • JavaScript 57.4%
  • PHP 22.4%
  • Vue 19.9%
  • Makefile 0.2%
Find a file
Nextcloud bot 25b6b74b69
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-05-09 00:27:15 +00:00
.github chore: adapt codeowners 2026-04-27 10:07:26 +02:00
.tx
appinfo chore: prepare v3.4.1 2026-05-04 13:36:16 +02:00
docs docs: update screenshots in user docs and add memories 2026-02-12 19:56:24 +01:00
img chore: update screenshots 2025-12-17 14:09:01 +01:00
l10n fix(l10n): Update translations from Transifex 2026-05-09 00:27:15 +00:00
lib feat: add strings for new mail tools 2026-05-07 09:39:05 +02:00
LICENSES ci(reuse): Add reuse check 2025-01-09 12:11:25 +01:00
src Merge pull request #524 from nextcloud/fix/title-ui-issues 2026-05-07 11:48:34 +03:00
templates docs(reuse): Add SPDX header 2025-01-09 12:11:23 +01:00
tests fix: psalm issues 2026-02-16 13:51:03 +01:00
.eslintrc.cjs update npm pkgs, ignore v-html eslint warning 2025-09-23 16:17:40 +02:00
.gitignore docs(reuse): Add SPDX header 2025-01-09 12:11:23 +01:00
.l10nignore docs(reuse): Add SPDX header 2025-01-09 12:11:23 +01:00
.nextcloudignore docs(reuse): Add SPDX header 2025-01-09 12:11:23 +01:00
.php-cs-fixer.dist.php docs(reuse): Add SPDX header 2025-01-09 12:11:23 +01:00
AUTHORS.md ci(reuse): Add reuse check 2025-01-09 12:11:25 +01:00
CHANGELOG.md chore: prepare v3.4.1 2026-05-04 13:36:16 +02:00
composer.json chore(deps-dev): Bump psalm/phar from 6.15.0 to 6.16.1 2026-03-21 02:02:44 +00:00
composer.lock Merge pull request #473 from nextcloud/dependabot/composer/erusev/parsedown-1.8.0 2026-04-16 15:26:32 +02:00
COPYING
krankerl.toml docs(reuse): Add SPDX header 2025-01-09 12:11:23 +01:00
makefile docs(reuse): Add SPDX header 2025-01-09 12:11:23 +01:00
openapi.json chore: regenerate OpenAPI spec 2026-03-18 12:54:43 +01:00
package-lock.json use primevue dialog which is non-modal, resizable and movable 2026-04-23 12:57:36 +02:00
package.json chore: prepare v3.4.1 2026-05-04 13:36:16 +02:00
psalm.xml fix: psalm issues 2026-02-16 13:51:03 +01:00
README.md docs(readme): Add reuse status badge 2025-01-09 12:11:25 +01:00
REUSE.toml fix REUSE 2025-10-15 14:24:54 +02:00
stylelint.config.cjs docs(reuse): Add SPDX header 2025-01-09 12:11:23 +01:00
vite.config.ts Merge pull request #323 from nextcloud/feat/sticker 2025-08-06 14:36:34 +02:00

Nextcloud Assistant

REUSE status

This app brings a user interface to use the Nextcloud text processing feature.

It allows users to launch AI tasks, be notified when they finish and see the results. The assistant also appears in others apps like Text to easily process parts of a document.

More details on the assistant OCS API and frontend integration possibilities in the developer doc

How to use it

A new right header menu entry appears. Once clicked, the assistant is displayed and you can select and task type and set the input you want to process.

The task might run immediately or be scheduled depending on the time estimation given by the AI provider. Once a task is scheduled, it will run as a background job. When it is finished, you will receive a notification from which the results can be displayed.

Other apps can integrate with the assistant. For example, Text will display an inline button besides every paragraph to directly select a task type to process this paragraph. Selecting a task this way will open the assistant with the task being pre-selected and the input text set.

More details and screenshots in the user doc.

Features

In the assistant, the list of available tasks depends on the available providers installed via other apps. This means you have complete freedom over which service/software will actually run your AI tasks.

Text processing

So far, the Local Large language model and the OpenAi/LocalAI integration apps include text processing providers to:

  • Summarize
  • Extract topics
  • Generate a headline
  • Get an answer from a free prompt
  • Reformulate (OpenAi/LocalAi only)
  • Context writer: Generate text with a specified style. The style can be described or provided via an example text.
  • Chat with AI

Text to image (Image generation)

Known providers:

Speech to text (Audio transcription)

Known providers:

More details on how to set this up in the admin docs