百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
I

Implem.Pleasanter

> 编程语言
开源

Pleasanter 是一款基于 .NET 运行的无代码/低代码开发平台,您可以通过简单的操作快速创建业务应用程序。

677 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

Pleasanter 是一款基于 .NET 运行的无代码/低代码开发平台,您可以通过简单的操作快速创建业务应用程序。

1. Overview

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:

  • CRM
  • SFA
  • Issue tracking
  • Project management
  • Document management
  • Image databases

The platform provides extensibility through scripts, APIs, and SQL, enabling integration with existing enterprise systems.

2. Key Features

  • Application development
    • No-code business application development
    • Low-code customization using scripts
    • REST API for integration
  • Data management
    • Table-based data model
    • Table relationships
    • Data history tracking
    • Status management and workflow
  • Visualization
    • Calendar
    • Gantt chart
    • Burndown chart
    • Timeseries
    • Crosstab
    • Kanban board
    • Image library
  • Collaboration
    • Email notifications
    • Chat integration (Slack, Teams, etc.)
  • Security
    • Access control at table / row / column level
    • LDAP authentication
    • SAML authentication
    • Two-factor authentication
    • Passkey authentication
  • Internationalization (Supported languages)
    • English
    • Japanese
    • Chinese
    • German
    • Korean
    • Spanish
    • Vietnamese
  • Extensibility
    • Front-end JavaScript / CSS extensions
    • Server-side JavaScript extensions
    • SQL extensions
    • API integration

3. Requirements

Component Supported
OS Windows / Linux
Framework .NET 8 (LTS) / .NET 10 (LTS)
Database SQL Server / PostgreSQL / MySQL

4. Getting Started

This section describes how to run Pleasanter locally for evaluation.

4.1. Start with Docker

Ensure Docker is installed and running before proceeding.
If necessary, run Docker commands with sudo. We use PostgreSQL as a backend database.

  1. Create a directory named "pleasanter" in any location and store two files there.

    pleasanter/
    ├── .env
    └── compose.yaml
    
  2. Configure .env

    "{{ ... }}" should be modified accordingly.

…
  1. Configure compose.yaml
…
  1. Pull images

    docker compose pull
    
  2. 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
    
  3. 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.

  4. Stop the system

    docker compose down
    

4.2. Start with Demo

You can try the demo just by registering your email address:
Register Demo (Japanese only)

5. Documentation

Official documentation: User Manual (Partially available in English)

6. Case studies

Examples of real deployments: User case studies (Japanese only)

7. Contributing

Please see: CONTRIBUTING.md for development environment setup and contribution guidelines.

8. License

This project is licensed under the AGPL-3.0 license.

9. Authors

Developed by IMPLEM Inc.

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

C#

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言