v0.1.0
EveriApp v0.1.0
The first public release of EveriApp — build AI-powered apps from a
natural-language description, then share and deploy them. By EveriAI LLC.
This is an early release for Windows. macOS and Linux are on the roadmap; Linux
servers can run apps via the EveriApp Agent today.
Downloads
| Download | What it is | Who needs it |
|---|---|---|
| EveriApp-Setup-win-x64-0.1.0.exe | The EveriApp Builder — the main desktop application | Everyone |
| EveriApp-Agent-Setup-win-x64-0.1.0.exe | The EveriApp Agent — a small service for deploying apps to a server | Only if you deploy apps to remote machines |
The .sha256 files are checksums for verifying your download (see below).
What's in this release
The Builder
- Describe an app in plain language and the AI generates a working React app —
with live preview, a built-in code editor, and immutable versioning + rollback. - Create your own admin account on first launch (username + password) — no
default credentials to look up. - Add local users and reset their passwords from Users & Roles; optional
single sign-on via LDAP / Active Directory, SAML, or OpenID Connect. - Bring your own AI provider (Anthropic, OpenAI, and more) in AI Providers.
- Marketplace — browse and install apps from this server or the public
EveriApp Marketplace, and one-click publish your own apps (screenshots
captured automatically). - Connect external databases (Connections & Datasets), with SQLite built in.
- Security scanning of generated code, dependency scanning, and an optional
publish-approval workflow. - Node.js is bundled — nothing else to install.
The Agent
- A lightweight Windows service you install on each server you want to deploy to.
- Receives app versions from the Builder, runs them, and reports health back.
Install the Builder
- Download EveriApp-Setup-win-x64-0.1.0.exe and run it (requires admin
rights — it installs a Windows service).- Windows SmartScreen may warn that the publisher is unrecognized — this
release isn't code-signed yet. Click More info → Run anyway, and verify
the download with the checksum below if you'd like.
- Windows SmartScreen may warn that the publisher is unrecognized — this
- Choose a port when prompted (default 8800).
- The installer starts the EveriApp service and opens your browser.
- Create your administrator account.
- Open AI Providers, add a provider + API key, and start building.
It installs to C:\Program Files\EveriApp, runs as the EveriApp Windows
service, and stores data under C:\ProgramData\EveriApp.
Install the Agent (optional — only for remote deployments)
- On the target server, run EveriApp-Agent-Setup-win-x64-0.1.0.exe.
- Paste the agent token when prompted (create one in EveriApp under
Secrets, categoryagent_token). - Back in EveriApp, add a Deployment Target pointing at that server's IP on
port 8765.
System requirements
- Windows 10 or 11 (64-bit)
- ~2 GB free disk space
- 4 GB RAM minimum, 8 GB recommended
- An API key from an LLM provider (e.g. Anthropic or OpenAI) to use the builder
Verify your download (optional)
In PowerShell, in the folder where you downloaded the file:
(Get-FileHash .\EveriApp-Setup-win-x64-0.1.0.exe -Algorithm SHA256).HashIt should match the value in EveriApp-Setup-win-x64-0.1.0.exe.sha256:
b3818f8772e595f5b63c331f906e79c148397edb04cac4d7d1ae5008ca9c0889 EveriApp-Setup-win-x64-0.1.0.exe
2532932a5895e7ad37c9bad4622b21e5d111ada06b801d2477be295b673dafdc EveriApp-Agent-Setup-win-x64-0.1.0.exe
Known limitations
- Windows only for now — macOS and Linux desktop builds are planned.
- Not yet code-signed, so Windows SmartScreen shows an "unrecognized
publisher" prompt on first run. Verify with the SHA-256 checksum above. - Early release — expect rough edges, and please share feedback.
© EveriAI LLC