Defaulting to a restricted one-category list tab does a few bad things (and probably more I'm not thinking of):
1. As mentioned previously, people will not see the tabs and wonder where packages disappeared to.
2. People will have to hunt through multiple tabs to find a package if they don't know and can't correctly guess the package category. What took two clicks before suddenly takes half a dozen and a lot more time.
3. It makes it less obvious just how many awesome packages there are. The giant list makes us look good there. :-)
I would not use tabs at all, but do search and include categories in the search. Your "tabs" could now just be shortcut links to search the category, or a search filter that does the same job.
Best thing, I think, would be that the default should be 'all packages' but have a search box right at the top. Maybe a drop down to restrict by category but it would have "All packages" as its first choice.
Perhaps something like:
[ Text Box For Search ] [Category Drop-Down] [ "Go"/"Search" button ]
Enter search terms to filter the list, or select the category from the box, press search (no text entry) would display all packages in the category.
Since the entire list of packages is known before the page is rendered, that could all be done in javascript and could do autocomplete or immediate filtering (meaning it could look like AJAX but doesn't actually make additional calls)