Skip to content

Releases: dreamfactorysoftware/dreamfactory-quickstart

DreamFactory Quickstart v0.1.5-mcp

09 Jun 14:09

Choose a tag to compare

DreamFactory Quickstart for DreamFactory 7.6.

A single self-contained Linux x86_64 archive: bundled DreamFactory 7.6 runtime,
Admin UI, database connectors (MySQL, PostgreSQL, SQL Server, SQLite), CLI
helpers, and the built-in MCP server for governed LLM data access. No PHP,
web server, or database setup required.

Run it on Windows 11 via WSL2 (it is a native Linux binary).

One-line install:

curl -fsSL https://github.com/dreamfactorysoftware/dreamfactory-quickstart/releases/latest/download/install.sh | bash

Or run with npx (no install):

npx @dreamfactory/quickstart

Start DreamFactory:

dreamfactory serve

On first run, DreamFactory prompts for the admin email and password. For
non-interactive environments, pass --admin-email and --admin-password.

Manual download:

curl -LO https://github.com/dreamfactorysoftware/dreamfactory-quickstart/releases/latest/download/dreamfactory-quickstart-linux-x86_64.tar.gz
curl -LO https://github.com/dreamfactorysoftware/dreamfactory-quickstart/releases/latest/download/SHA256SUMS
sha256sum -c SHA256SUMS
tar xzf dreamfactory-quickstart-linux-x86_64.tar.gz
cd dreamfactory-quickstart
./dreamfactory serve --host 0.0.0.0 --port 8080 --admin-email you@company.example --admin-password YourPassword123456

DreamFactory Quickstart v0.1.4-mcp

07 May 18:42

Choose a tag to compare

Initial DreamFactory Quickstart release.

Includes the Linux x86_64 self-contained archive, bundled DreamFactory runtime,
Admin UI, database connectors, CLI helpers, and MCP-enabled tooling for governed
LLM data access.

One-line install:

curl -fsSL https://github.com/dreamfactorysoftware/dreamfactory-quickstart/releases/latest/download/install.sh | bash

Start DreamFactory:

dreamfactory serve

On first run, DreamFactory prompts for the admin email and password. For
non-interactive environments, pass --admin-email and --admin-password.

Manual download:

curl -LO https://github.com/dreamfactorysoftware/dreamfactory-quickstart/releases/latest/download/dreamfactory-quickstart-linux-x86_64.tar.gz
curl -LO https://github.com/dreamfactorysoftware/dreamfactory-quickstart/releases/latest/download/SHA256SUMS
sha256sum -c SHA256SUMS
tar xzf dreamfactory-quickstart-linux-x86_64.tar.gz
cd dreamfactory-quickstart
./dreamfactory serve --host 0.0.0.0 --port 8080 --admin-email you@company.example --admin-password YourPassword123456

DreamFactory Quickstart v0.1.3-mcp

06 May 20:21

Choose a tag to compare

Initial DreamFactory Quickstart release.

Includes the Linux x86_64 self-contained archive, bundled DreamFactory runtime,
Admin UI, database connectors, CLI helpers, and MCP-enabled tooling for governed
LLM data access.

One-line install:

curl -fsSL https://github.com/dreamfactorysoftware/dreamfactory-quickstart/releases/latest/download/install.sh | bash

Start DreamFactory:

dreamfactory serve

On first run, DreamFactory prompts for the admin email and password. For
non-interactive environments, pass --admin-email and --admin-password.

Manual download:

curl -LO https://github.com/dreamfactorysoftware/dreamfactory-quickstart/releases/latest/download/dreamfactory-quickstart-linux-x86_64.tar.gz
curl -LO https://github.com/dreamfactorysoftware/dreamfactory-quickstart/releases/latest/download/SHA256SUMS
sha256sum -c SHA256SUMS
tar xzf dreamfactory-quickstart-linux-x86_64.tar.gz
cd dreamfactory-quickstart
./dreamfactory serve --host 0.0.0.0 --port 8080 --admin-email you@company.example --admin-password YourPassword123456

DreamFactory Quickstart v0.1.1-mcp

06 May 19:36

Choose a tag to compare

Initial DreamFactory Quickstart release.

Includes the Linux x86_64 self-contained archive, bundled DreamFactory runtime,
Admin UI, database connectors, CLI helpers, and MCP-enabled tooling for governed
LLM data access.

One-line install:

curl -fsSL https://github.com/dreamfactorysoftware/dreamfactory-quickstart/releases/latest/download/install.sh | bash

Start DreamFactory:

dreamfactory serve

On first run, DreamFactory prompts for the admin email and password. For
non-interactive environments, pass --admin-email and --admin-password.

Manual download:

curl -LO https://github.com/dreamfactorysoftware/dreamfactory-quickstart/releases/latest/download/dreamfactory-quickstart-linux-x86_64.tar.gz
curl -LO https://github.com/dreamfactorysoftware/dreamfactory-quickstart/releases/latest/download/SHA256SUMS
sha256sum -c SHA256SUMS
tar xzf dreamfactory-quickstart-linux-x86_64.tar.gz
cd dreamfactory-quickstart
./dreamfactory serve --host 0.0.0.0 --port 8080 --admin-email you@company.example --admin-password YourPassword123456

DreamFactory Quickstart v0.1.0 MCP

06 May 18:05

Choose a tag to compare

Initial DreamFactory Quickstart release.

Includes the Linux x86_64 self-contained archive, bundled DreamFactory runtime, Admin UI, database connectors, CLI helpers, and MCP-enabled tooling for governed LLM data access.

One-line install:

curl -fsSL https://github.com/dreamfactorysoftware/dreamfactory-quickstart/releases/latest/download/install.sh | bash

Start DreamFactory:

dreamfactory serve --host 0.0.0.0 --port 8080 --admin-email you@company.example --admin-password YourPassword123456

Manual download:

curl -LO https://github.com/dreamfactorysoftware/dreamfactory-quickstart/releases/download/v0.1.0-mcp/dreamfactory-quickstart-linux-x86_64.tar.gz
curl -LO https://github.com/dreamfactorysoftware/dreamfactory-quickstart/releases/download/v0.1.0-mcp/SHA256SUMS
sha256sum -c SHA256SUMS
tar xzf dreamfactory-quickstart-linux-x86_64.tar.gz
cd dreamfactory-quickstart
./dreamfactory serve --host 0.0.0.0 --port 8080 --admin-email you@company.example --admin-password YourPassword123456