The idea is: facilitate n8n installs on a local machine to provide office automation, including AI-based agentic automation
My use case:
My use case is as simple as automating everything that my OS and locally installed software currently let me do manually : writing draft emails in Thunderbird or equivalent ; reading and writing files to my local Dropbox ; browsing the web ; searching files ; running commands for advanced users and so on.
I think it would be beneficial to add this because:
2025 was the year of understanding that LLM can power agents, 2026 is the year of understanding how far you can go with agents. Projects like Claude Cowork show how they can replace workflows currently handled via OS features and softwares, by basically applying what works for software to office software.
N8n no-code automation is very advantageous though, thanks to its ability to craft workflows with a finer level of control, required in most companies at this point.
N8n installation process is mostly designed for cloud-hosting or Dockerized usage. It lacks a few features, or sometimes just pieces of documentation on what’s already doable to:
- Give read access to n8n to certain folders and files on the machine : for instance I’d be eager to access my local thunderbird mail folder
- Control terminal commands that could be run from the installation on your machine (with security questions very similar to those you get with coding agents, to be taken seriously but nothing impossible here)
And maybe other to be refined. - Avoid needing an account to access the app (though admin password protect may be somehow useful?)
Any resources to support this?
Feature request about local computer: Automate your local computer with n8n cloud
Article about accessing local data in n8n: How to access local data in n8n by reading files from server | Beyond the Code
Node exclusion (as a default and for sound security reasons, N8n 2.0 will block these nodes out of the box : Block access to nodes | n8n Docs
How to remove user management as a default : Remove Account Owner and deactivate User Management
Are you willing to work on this?
I can contribute to writing resources and run experiments.