Downloaded and installed yesterday. There is an error in the sql for creating the site_snippets table; the plugin field has been forgotten. This, of course, causes snippet creation or editing to fail. Otherwise, it's working great for me as my main local installation. Dropped in a new template and started playing with it. Very nice.
I did have one gripe about the installation. As usual, I copied the folders into my document root, and forgot to go change their ownership/permissions. But the file permission check wasn't done until the very end of the installation process, requiring starting the whole process over. That check should be the next thing after the option of new install/upgrade, or maybe even before that, immediately after the license screen. Even better would be a button for allowing a recheck, instead of just starting all over. Before, when each step was a separate page, you could just reload the page. I'm not real fond of the short window layout, either, but that's just a matter of taste, I suppose.
[later...]
Have found a number of typos; some files have a space in the => operator, like so: "value" = >$variable. It looks like it was a copy/paste operation; so far it's only been in this code dealing with various events:
array(
"id" => $id,
"children" = >$children
));