views:

229

answers:

9

I need something that's open source (or very cheap) that I can use at home. I do side work and cannot afford something like ClearQuest.

I would really like to run this tool from my dev machine without using a server.

+2  A: 

Here are three:

  1. Mantis: http://www.mantisbt.org/
  2. Bugzilla http://www.bugzilla.org/
  3. Trac: http://trac.edgewall.org/

EDIT: When you say you don't want a server, do you mean you don't want a remote server, or do you mean you don't want to set up a Web server on your local machine?

Jeff Fohl
+1 for Trac, i use it for my projects.
gath
If you want to quickly test, http://bitnami.org offers free installers for Trac and Mantis
Daniel Lopez
A: 

I use BugTracker.NET, very simple and convenient, but it's ASP.NET, if you don't want install it on server, you can install on your localhost.

Alex
A: 

If your running Windows OS, Gemini could work for you (3 users free, full version).

nullvoid
+3  A: 

For a one person team I'd use a word-processor or a spreadsheet. But then, I'd use a word processor or a spreadsheet for a 5 person team too so long as they are all in the same room or not too far away from each other. Whaddya wanna do, spend time installing and feeding Bugzilla (or one of the other fine systems proposed) or developing and scribbling down a few notes on bugs now and then ?

High Performance Mark
Please, *please* do not use a shared spreadsheet for bug tracking. Just the conflicts when updating it will probably drive you mad. A BTS is so easy to set up, there' s no excuse for not using one.
sleske
@sleske -- too late, I already did. You should really downvote the answer.
High Performance Mark
@High Performance Mark: Well, for one person it might be ok (though I'd consider a BTS easier), but it'll be hell once you start collaborating with others. Still, hope it works out for you.
sleske
@High Performance Mark: As to downvoting, I usually only downvote if an answer is factually wrong or downright inapproriate (off-topic), not just because I disagree on matters of opinion. I might change my mind on that though ;-).
sleske
@sleske -- you're too kind; I have no hesitation in downvoting answers on the grounds that they have the tendency to corrupt the minds of the inexperienced. Of course, in this case, I think I'm saving OP a lot of hassle but, as you note, it's only my opinion (and that of the 2 upvoters).
High Performance Mark
+4  A: 

I like Redmine very much. It has several features that Trac hasn't, most notably support for sub-projects. The Wiki is sucky but it can be replaced. It runs on Ruby on Rails. Bitnami has ready-made installation packages, also for Windows as an installer or even as a lightweight Linux-based virtual machine.

Pekka
+1  A: 

why don't u use just a simple excelsheet? especially if you are just one person and as i have read from your post, nobody else need some access to it..

nWorx
+1  A: 

I'd recommend FogBugz because it's a good commercial tool that is free for startups, i.e. up-to 2 people. Plus it's managed so there's nothing to set-up.

I've been using it for 3 years now and have no complaints.

Matt Warren
A: 

High Performance Mark's suggestion to use a spreadsheet/word processor isn't that bad of an idea. If the project is small and involves just several people, it can be a hassle to install a web server, configure it, and then configure and maintain a dedicated bug tracking package, especially if you're strapped for time or don't want to experiment.

Sleske remarked that updates can be a problem. That is true, but only if you opt for a file in a shared folder. To get around this, you could trying Google Documents, which handles concurrent access and version control very well. Fields that are being updated by another user are locked, and if something goes wrong, there's always revert.

Sure, a decent bug tracking solution has way more features and is vastly better in terms of usability, but if you want something simple for no more than a couple of developers, Google Docs might be an okay choice.

dandan78
A: 

I prefer Artifacts for my personal Visual Studio projects, because it is very simple and lightweight bugtracker. If you don't want spend time to server installation it should be your solution. Good luck!

Vlad Bilyk

related questions