Pleasanter 是一款基于 .NET 运行的无代码/低代码开发平台,您可以通过简单的操作快速创建业务应用程序。
Pleasanter 是一款基于 .NET 运行的无代码/低代码开发平台,您可以通过简单的操作快速创建业务应用程序。
Pleasanter is an open-source, .NET-based development platform for building business applications using no-code and low-code approaches. Pleasanter allows rapid creation of internal systems such as:
The platform provides extensibility through scripts, APIs, and SQL, enabling integration with existing enterprise systems.
| Component | Supported |
|---|---|
| OS | Windows / Linux |
| Framework | .NET 8 (LTS) / .NET 10 (LTS) |
| Database | SQL Server / PostgreSQL / MySQL |
This section describes how to run Pleasanter locally for evaluation.
Ensure Docker is installed and running before proceeding.
If necessary, run Docker commands with sudo. We use PostgreSQL as a backend database.
Create a directory named "pleasanter" in any location and store two files there.
pleasanter/
├── .env
└── compose.yaml
Configure .env
"{{ ... }}" should be modified accordingly.
…
compose.yaml…
Pull images
docker compose pull
Initialize the database
Run CodeDefiner to initialize the database schema.
"{{ ... }}" should be modified accordingly.
docker compose run --rm codedefiner _rds /l "{{Language}}" /z "{{Timezone}}"
To suppress prompts, run with the /y option.
docker compose run --rm codedefiner _rds /l "ja" /z "Asia/Tokyo" /y
Start Pleasanter
docker compose up -d pleasanter
Access Pleasanter:
http://localhost:50001
Default login:
| Login ID | Password |
|---|---|
| Administrator | pleasanter |
For security reasons, change the administrator password after the first login.
Stop the system
docker compose down
You can try the demo just by registering your email address:
Register Demo (Japanese only)
Official documentation: User Manual (Partially available in English)
Examples of real deployments: User case studies (Japanese only)
Please see: CONTRIBUTING.md for development environment setup and contribution guidelines.
This project is licensed under the AGPL-3.0 license.
Developed by IMPLEM Inc.
暂无开放 Issues,或尚未同步最近议题。