All currently executable tools.
Iterable<Tool> get available => _tools.values.where((r) => r.isExecutable).map((r) => r.tool);