开发与 ITReddit 原帖

Issue tracking system

完整上下文原始内容 · Reddit

Does anyone know of an issue-tracking system? One without AI, and it shouldn't be too expensive, ideally open source?

01需求标签
开发与 IT开源替代Web 应用定制开发解决

已收集讨论

16 条已收集

16条已收集17条 Reddit 标称评论
u/AmazingVanish

Linear? Jira Free Plan for small teams? There's a ton out there.

u/karatsidhus

Just use Linear, free version is very good. They're leaning hard into AI but you can just ignore it

u/thanatosvn

A few solid no-AI, open-source options depending on how heavy you want to go: - Kanboard: dead simple, self-hosted, runs on basically anything (it's PHP). Kanban + issues, zero bloat, no AI anywhere. Probably the closest to what you're describing. - Redmine: more full-featured (subprojects, time tracking, wikis, custom fields). Been around forever, rock solid, completely free. - Forgejo (or Gitea): if you'd rather have issues living right next to your code. Lightweight, self-hosted, and the community is pretty explicitly anti-bloat. - MantisBT: classic dedicated bug tracker if you literally just want issues and nothing else. All four are free, self-hostable, and have no AI features bolted on. Kanboard would be my pick if you want the least friction to get started.

u/A7mdxDD

Linear, free tier caps at 250 issues Clickup free tier as well Github projects, free entirely

u/HelloFovea

Plane is probably the closest to what you're describing — open source, clean Jira-like interface, actively maintained, and notably AI-free. Self-host or use their cloud tier (free for small teams). If you want something lighter, Focalboard by Mattermost is open source and feels closer to a kanban board with issue tracking bolted on. Runs locally, no cloud required. For dead-simple: just use GitHub Issues on a private repo.

u/_czottmann回复

Yeah, Plane is nice in general! That said: I gave it a shot about two weeks ago, as I need something like it. The text fields (issue body, comments) drove me nutty, though. No Markdown support but no plain text either. It's some sort of WYSIWYG editor component, it completely ruined the whole thing for me. YMMV

u/hailWildCat

I use https://github.com/basecamp/fizzy for a while and it is self hostable as well also can use agents to operate but it is pretty simple Not really a macOS app but the web experience is great

u/RevolutionaryBee7106

Many years ago I've been a redmine user and it's still actively maintained, so if you're ok with self-hosting, this can be a good fit.

u/zphou

If you want open source and not too expensive, I’d first decide whether “local Mac app” matters or if self-hosted is fine. For self-hosted, Redmine and Kanboard are still boring but reliable. Plane is nicer visually, but I’d check whether it has become too SaaS-shaped for your use case. If it is just personal/small-team issue tracking, even GitHub Issues in a private repo can be enough.