Why does the stable version's logo include "dev"?

Hello everyone,
I’m using the stable version of your application, and I noticed that the logo includes the word “dev.” For context, I created the Docker image myself from scratch by installing the application via npm.

Is this behavior expected, or could it be related to how I built the application? Any clarification on this would be greatly appreciated.

Information on your n8n setup

  • n8n version: 1.74.3
  • Database (default: SQLite): SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main): own,main
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker, installed via npm
  • Operating system: Debian 12

Welcome to the community @gianfalconi !

Tip for sharing information

Pasting your n8n workflow


Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.

```
<your workflow>
```

That implies to any JSON output you would like to share with us.

Make sure that you have removed any sensitive information from your workflow and include dummy or pinned data with it!


The answer is here, N8n logo changed to "n8n dev" - #4 by aat596.