🌎 A completely free and open interplanetary microblogging platform 🚀
  • TypeScript 62.3%
  • Vue 30.8%
  • JavaScript 6%
  • GLSL 0.4%
  • SCSS 0.3%
Find a file
かっこかり 71f50d3280
Some checks are pending
Check SPDX-License-Identifier / check-spdx-license-id (push) Waiting to run
Check copyright year / check_copyright_year (push) Waiting to run
Publish Docker image (develop) / Build (push) Waiting to run
Publish Docker image (develop) / Build-1 (push) Waiting to run
Publish Docker image (develop) / merge (push) Blocked by required conditions
Dockle / dockle (push) Waiting to run
Lint / lint (sw) (push) Blocked by required conditions
Lint / typecheck (backend) (push) Blocked by required conditions
Lint / typecheck (frontend) (push) Blocked by required conditions
Lint / typecheck (misskey-js) (push) Blocked by required conditions
Lint / typecheck (sw) (push) Blocked by required conditions
Lint / lint (frontend-builder) (push) Blocked by required conditions
Lint / lint (frontend-embed) (push) Blocked by required conditions
Lint / lint (frontend-shared) (push) Blocked by required conditions
Lint / lint (icons-subsetter) (push) Blocked by required conditions
Lint / lint (misskey-bubble-game) (push) Blocked by required conditions
Lint / lint (misskey-js) (push) Blocked by required conditions
Lint / lint (misskey-reversi) (push) Blocked by required conditions
Lint / pnpm_install (push) Waiting to run
Lint / lint (backend) (push) Blocked by required conditions
Lint / lint (frontend) (push) Blocked by required conditions
Release Manager: sync changelog with PR / edit (push) Waiting to run
Storybook / build (push) Waiting to run
Test (frontend) / E2E tests (frontend) (push) Waiting to run
Test (frontend) / Unit tests (frontend) (push) Waiting to run
Test (production install and build) / Production build (push) Waiting to run
fix(frontend): secure contextではない場合はストレージ永続化を確認しないように (#17189)
* fix(frontend): secure contextではない場合はストレージ永続化を確認しないように

* Update Changelog
2026-02-23 16:53:41 +09:00
.config fix(backend): fix #16994 by approach 6 (#17005) 2025-12-20 19:07:05 +09:00
.devcontainer use node 22.15.0 by default 2025-12-06 17:39:17 +09:00
.github Create copilot-instructions.md 2026-01-28 19:42:43 +09:00
.okteto ok-to-test with okteto (#8799) 2022-06-09 00:50:23 +09:00
.vscode enhance(backend): pugをやめ、JSXベースのテンプレートに変更 (#16908) 2025-12-01 18:36:55 +09:00
assets 🎨 2025-05-07 10:44:43 +09:00
chart chore(dev): use postgresql 18 (#16850) 2025-11-25 19:38:57 +09:00
cypress Migration cleanup (#16288) 2025-07-16 15:49:05 +09:00
fluent-emojis@cae981eb4c feat: introduce fluent emoji 2022-12-26 16:04:56 +09:00
idea add ideas 2025-09-27 20:53:21 +09:00
locales enhance(frontend): 画面幅が広いときはメディアを横並びで表示できるようにするオプションを追加 (#16946) 2026-01-13 15:28:54 +09:00
packages fix(frontend): secure contextではない場合はストレージ永続化を確認しないように (#17189) 2026-02-23 16:53:41 +09:00
patches Revert typeorm patches (#16664) 2025-10-19 11:34:34 +09:00
scripts deps: update dependencies (#17184) 2026-02-22 19:06:33 +09:00
.dockerignore Minify backend (#17054) 2026-01-05 20:56:52 +09:00
.dockleignore fix: aptのキャッシュを削除しないようにする (#9803) 2023-02-05 14:15:59 +09:00
.editorconfig Migration cleanup (#16288) 2025-07-16 15:49:05 +09:00
.gitattributes 改行コードをLFに統一 (#9926) 2023-02-14 13:13:34 +09:00
.gitignore Minify backend (#17054) 2026-01-05 20:56:52 +09:00
.gitmodules refactor: misskey-assetsサブモジュールを削除 (#12818) 2024-07-18 01:47:11 +09:00
.node-version use node 22.15.0 by default 2025-12-06 17:39:17 +09:00
.npmrc fix(deps): pnpm v10でre2のインストールに失敗することがある問題を修正 (#15627) 2025-03-08 18:56:53 +09:00
.vsls.json Add .vsls.json 2018-08-13 00:24:45 +09:00
CHANGELOG.md fix(frontend): secure contextではない場合はストレージ永続化を確認しないように (#17189) 2026-02-23 16:53:41 +09:00
CODE_OF_CONDUCT.md docs: Update Code of Conduct to version 2.1 (#12150) 2023-11-13 16:52:54 +09:00
codecov.yml Update codecov.yml 2023-02-26 14:17:29 +09:00
compose.local-db.yml Update PostgreSQL volume mount paths for PostgreSQL 18 (#16986) 2025-12-14 11:32:42 +09:00
compose_example.yml Update PostgreSQL volume mount paths for PostgreSQL 18 (#16986) 2025-12-14 11:32:42 +09:00
CONTRIBUTING.md Update CONTRIBUTING.md 2025-08-07 17:21:43 +09:00
COPYING 2026 (#17052) 2026-01-01 00:00:00 +09:00
crowdin.yml ドキュメントをmisskey-hubに移行 2021-11-05 16:18:52 +09:00
cypress.config.ts Feat: サーバー初期設定ウィザード (#15954) 2025-05-09 19:41:54 +09:00
Dockerfile chore(deps): update [docker] update dependencies (#16082) 2026-01-11 19:33:48 +09:00
healthcheck.sh feat(backend): add /healthz endpoint (#13834) 2024-05-23 15:19:52 +09:00
LICENSE Use AGPLv3 2018-03-28 22:56:28 +09:00
package.json Bump version to 2026.2.0-beta.0 2026-02-22 10:11:10 +00:00
pnpm-lock.yaml deps: update dependencies (#17184) 2026-02-22 19:06:33 +09:00
pnpm-workspace.yaml deps: update dependencies (#17184) 2026-02-22 19:06:33 +09:00
Procfile Create Procfile 2019-04-05 18:17:30 +09:00
README.md Update README.md 2026-01-07 21:43:31 +09:00
renovate.json5 fix(devcontainer): devcontainerのバージョンアップ+Renovateでbump出来るように設定を追加 (#16793) 2025-11-19 12:34:27 +09:00
ROADMAP.md Update ROADMAP with completed tasks 2025-11-11 09:30:13 +09:00
SECURITY.md Update SECURITY.md 2025-02-01 13:57:39 +09:00

Misskey logo

🌎 Misskey is an open source, federated social media platform that's free forever! 🚀

Learn more


find an instance create an instance become a contributor join the community become a patron

Ask DeepWiki

Thanks

Sentry

Thanks to Sentry for providing the error tracking platform that helps us catch unexpected errors.

Chromatic

Thanks to Chromatic for providing the visual testing platform that helps us review UI changes and catch visual regressions.

Codecov

Thanks to Codecov for providing the code coverage platform that helps us improve our test coverage.

Crowdin

Thanks to Crowdin for providing the localization platform that helps us translate Misskey into many languages.

Docker

Thanks to Docker for providing the container platform that helps us run Misskey in production.


Support us with a !

Star History Chart