[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-3632":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":19,"compositeScore":20,"rankGlobal":10,"rankLanguage":10,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":24,"hasPages":24,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":36,"readmeContent":37,"aiSummary":38,"trendingCount":16,"starSnapshotCount":16,"syncStatus":39,"lastSyncTime":40,"discoverSource":41},3632,"focalboard","mattermost-community\u002Ffocalboard","mattermost-community","Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana.","https:\u002F\u002Fwww.focalboard.com",null,"TypeScript",26223,2545,156,728,0,15,75,8,45,"Other",false,"main",true,[26,27,28,29,30,31,32,33,34,35],"asana","collaboration","goal-tracking","golang","hacktoberfest","kanban-board","notion","project","project-management","trello","2026-06-12 02:00:52","> [!WARNING]\n> This repository is currently not maintained. If you're interested in becoming a maintainer please [let us know here](https:\u002F\u002Fgithub.com\u002Fmattermost-community\u002Ffocalboard\u002Fissues\u002F5038).\n>\n> This repository only contains standalone Focalboard. If you're looking for the Mattermost plugin please see [mattermost\u002Fmattermost-plugin-boards](https:\u002F\u002Fgithub.com\u002Fmattermost\u002Fmattermost-plugin-boards).\n>\n\n# Focalboard\n\n![CI Status](https:\u002F\u002Fgithub.com\u002Fmattermost\u002Ffocalboard\u002Factions\u002Fworkflows\u002Fci.yml\u002Fbadge.svg)\n![CodeQL](https:\u002F\u002Fgithub.com\u002Fmattermost\u002Ffocalboard\u002Factions\u002Fworkflows\u002Fcodeql-analysis.yml\u002Fbadge.svg)\n![Dev Release](https:\u002F\u002Fgithub.com\u002Fmattermost\u002Ffocalboard\u002Factions\u002Fworkflows\u002Fdev-release.yml\u002Fbadge.svg)\n![Prod Release](https:\u002F\u002Fgithub.com\u002Fmattermost\u002Ffocalboard\u002Factions\u002Fworkflows\u002Fprod-release.yml\u002Fbadge.svg)\n\n![Focalboard](website\u002Fsite\u002Fstatic\u002Fimg\u002Fhero.jpg)\n\nFocalboard is an open source, multilingual, self-hosted project management tool that's an alternative to Trello, Notion, and Asana.\n\nIt helps define, organize, track and manage work across individuals and teams. Focalboard comes in two editions:\n\n* **[Personal Desktop](https:\u002F\u002Fwww.focalboard.com\u002Fdocs\u002Fpersonal-edition\u002Fdesktop\u002F)**: A standalone, single-user [macOS](https:\u002F\u002Fapps.apple.com\u002Fapp\u002Fapple-store\u002Fid1556908618?pt=2114704&ct=website&mt=8), [Windows](https:\u002F\u002Fwww.microsoft.com\u002Fstore\u002Fapps\u002F9NLN2T0SX9VF?cid=website), or [Linux](https:\u002F\u002Fwww.focalboard.com\u002Fdownload\u002Fpersonal-edition\u002Fdesktop\u002F#linux-desktop) desktop app for your own todos and personal projects.\n\n* **[Personal Server](https:\u002F\u002Fwww.focalboard.com\u002Fdownload\u002Fpersonal-edition\u002Fubuntu\u002F)**: A standalone, multi-user server for development and personal use.\n\n## Try Focalboard\n\n### Personal Desktop (Windows, Mac or Linux Desktop)\n\n* **Windows**: Download from the [Windows App Store](https:\u002F\u002Fwww.microsoft.com\u002Fstore\u002FproductId\u002F9NLN2T0SX9VF) or download `focalboard-win.zip` from the [latest release](https:\u002F\u002Fgithub.com\u002Fmattermost\u002Ffocalboard\u002Freleases), unpack, and run `Focalboard.exe`.\n* **Mac**: Download from the [Mac App Store](https:\u002F\u002Fapps.apple.com\u002Fus\u002Fapp\u002Ffocalboard-insiders\u002Fid1556908618?mt=12).\n* **Linux Desktop**: Download `focalboard-linux.tar.gz` from the [latest release](https:\u002F\u002Fgithub.com\u002Fmattermost\u002Ffocalboard\u002Freleases), unpack, and open `focalboard-app`.\n\n### Personal Server\n\n**Ubuntu**: You can download and run the compiled Focalboard **Personal Server** on Ubuntu by following [our latest install guide](https:\u002F\u002Fwww.focalboard.com\u002Fdownload\u002Fpersonal-edition\u002Fubuntu\u002F).\n\n### API Docs\n\nBoards API docs can be found over at \u003Chttps:\u002F\u002Fhtmlpreview.github.io\u002F?https:\u002F\u002Fgithub.com\u002Fmattermost\u002Ffocalboard\u002Fblob\u002Fmain\u002Fserver\u002Fswagger\u002Fdocs\u002Fhtml\u002Findex.html>\n\n### Getting started\n\nOur [developer guide](https:\u002F\u002Fdevelopers.mattermost.com\u002Fcontribute\u002Ffocalboard\u002Fpersonal-server-setup-guide) has detailed instructions on how to set up your development environment for the **Personal Server**. You can also join the [~Focalboard community channel](https:\u002F\u002Fcommunity.mattermost.com\u002Fcore\u002Fchannels\u002Ffocalboard) to connect with other developers.\n\nCreate an `.env` file in the focalboard directory that contains:\n\n```\nEXCLUDE_ENTERPRISE=\"1\"\n```\n\nTo build the server:\n\n```\nmake prebuild\nmake\n```\n\nTo run the server:\n\n```\n .\u002Fbin\u002Ffocalboard-server\n```\n\nThen navigate your browser to [`http:\u002F\u002Flocalhost:8000`](http:\u002F\u002Flocalhost:8000) to access your Focalboard server. The port is configured in `config.json`.\n\nOnce the server is running, you can rebuild just the web app via `make webapp` in a separate terminal window. Reload your browser to see the changes.\n\n### Building and running standalone desktop apps\n\nYou can build standalone apps that package the server to run locally against SQLite:\n\n* **Windows**:\n  * *Requires Windows 10, [Windows 10 SDK](https:\u002F\u002Fdeveloper.microsoft.com\u002Fen-us\u002Fwindows\u002Fdownloads\u002Fsdk-archive\u002F) 10.0.19041.0, and .NET 4.8 developer pack*\n  * Open a `git-bash` prompt.\n  * Run `make prebuild`\n  * The above prebuild step needs to be run only when you make changes to or want to install your npm dependencies, etc.\n  * Once the prebuild is completed, you can keep repeating the below steps to build the app & see the changes.\n  * Run `make win-wpf-app`\n  * Run `cd win-wpf\u002Fmsix && focalboard.exe`\n* **Mac**:\n  * *Requires macOS 11.3+ and Xcode 13.2.1+*\n  * Run `make prebuild`\n  * The above prebuild step needs to be run only when you make changes to or want to install your npm dependencies, etc.\n  * Once the prebuild is completed, you can keep repeating the below steps to build the app & see the changes.\n  * Run `make mac-app`\n  * Run `open mac\u002Fdist\u002FFocalboard.app`\n* **Linux**:\n  * *Tested on Ubuntu 18.04*\n  * Install `webgtk` dependencies\n    * Run `sudo apt-get install libgtk-3-dev`\n    * Run `sudo apt-get install libwebkit2gtk-4.0-dev`\n  * Run `make prebuild`\n  * The above prebuild step needs to be run only when you make changes to or want to install your npm dependencies, etc.\n  * Once the prebuild is completed, you can keep repeating the below steps to build the app & see the changes.\n  * Run `make linux-app`\n  * Uncompress `linux\u002Fdist\u002Ffocalboard-linux.tar.gz` to a directory of your choice\n  * Run `focalboard-app` from the directory you have chosen\n* **Docker**:\n  * To run it locally from offical image:\n    * `docker run -it -p 80:8000 mattermost\u002Ffocalboard`\n  * To build it for your current architecture:\n    * `docker build -f docker\u002FDockerfile .`\n  * To build it for a custom architecture (experimental):\n    * `docker build -f docker\u002FDockerfile --platform linux\u002Farm64 .`\n\nCross-compilation currently isn't fully supported, so please build on the appropriate platform. Refer to the GitHub Actions workflows (`build-mac.yml`, `build-win.yml`, `build-ubuntu.yml`) for the detailed list of steps on each platform.\n\n### Unit testing\n\nBefore checking in commits, run `make ci`, which is similar to the `.gitlab-ci.yml` workflow and includes:\n\n* **Server unit tests**: `make server-test`\n* **Web app ESLint**: `cd webapp; npm run check`\n* **Web app unit tests**: `cd webapp; npm run test`\n* **Web app UI tests**: `cd webapp; npm run cypress:ci`\n\n### Staying informed\n\n* **Changes**: See the [CHANGELOG](CHANGELOG.md) for the latest updates\n* **Bug Reports**: [File a bug report](https:\u002F\u002Fgithub.com\u002Fmattermost\u002Ffocalboard\u002Fissues\u002Fnew?assignees=&labels=bug&template=bug_report.md&title=)\n* **Chat**: Join the [~Focalboard community channel](https:\u002F\u002Fcommunity.mattermost.com\u002Fcore\u002Fchannels\u002Ffocalboard)\n","Focalboard 是一款开源的、可自托管的项目管理工具，旨在替代Trello、Notion和Asana。它采用TypeScript编写，支持看板、任务跟踪及团队协作等功能，具有多语言界面和强大的自定义能力。Focalboard 提供个人桌面版和服务器版两种形式，分别适用于个人事务管理和小团队协作场景。尽管当前该仓库未被积极维护，但其提供的功能依然能满足大多数基本需求，适合寻找轻量级解决方案的用户或开发者尝试使用。",2,"2026-06-11 02:55:07","top_language"]