I was looking exactly for something like that. I tried installing the Linux version and it runs but:
1. it's behind a login wall | 2. tries to download its own OpenCode instead of using the one installed on my machine
I also tried to create a new workspace. It asked what I want to do. I tried with "create user accounts", and it proceeded to create the git worktree (without asking for its name) and sent that prompt straight to OpenCode without allowing me to choose the LLM model.
I plaud the effort - I really do - but it doesn't really seems a great experience for now.
yawnxyz
can you make Superset work on folders that aren't git repositories?
hermanschaaf
At first glance, it looks similar to Conductor (https://www.conductor.build/). It seems like a lot of these tools are converging on the same general ideas.
Could you share a comparison with the other tools out there?
show comments
micro23xd
I've been using this for the past few months, and I love it! It's built exactly around my workflow with many worktrees in various repos open at the same time, sometimes with different agents working side-by-side. Before Superset I just used terminal tabs but simply couldn't manage more than like 20 terminal tabs without losing track, so i coudn't scale further. Now i'm running probably 40-50 agent sessions over several repos simultaneously without any issues and losing track!
Keep up the good work guys!
show comments
survirtual
Nice. In the right track. I made something similar, but focused on local agents, but we both have issue tracking for managing multiple project and agents in parallel. It works, I think people will be surprised when they start using systems like this.
It is very different from current editors and the direction they are going in. In a way, it undermines the direction they are going. Current editors aim to make engineers 10x or 100x. These editors aim at a different target than the engineers. I will leave it to the imagination on who.
It's crazy to see how we have independently landed in the same place
Good luck to your project! Excited to see how our projects differ in the future
show comments
collin128
Just switched from Conductor to Superset and I'm a big fan. I really didn't like the extra stuff conductor added to the UX (the text rendering always drove me nuts).
So far so good with Superset - even as a non-engineer builder.
mashlol
Why Mac only?
Also - one issue I've seen with other tools doing worktree stuff is they don't deal with merge conflicts automatically. IMO the agents should just automatically resolve conflicts & rebase on their own, is that a thing here?
gchamonlive
Personally, IDE for the agent era is just Linux.
Kitty with oh-my-zsh, lazyvim and an agent. The entire thing is an ide. If I need to refactor, query data and interact with the system I just use native tools like rg+fastmod, bash, awk, jq... Either writing myself of asking an agent to do the heavy lifting.
Linux in the agent era is a breeze to operate and reason about, so the whole thing becomes a single development environment that's really light on resources and effective.
show comments
eikenberry
Why support each agent individually instead of using ACP and get much better agent coverage?
show comments
vmsp
Is anyone actually using agent swarms for anything real?
show comments
cpan22
I switched over to Superset from Conductor a few months ago and haven't looked back - it's really nice to be able to use the native Codex/Claude Code TUIs without any of the bloat
Can't wait to see what else you guys cook up!
show comments
ssalka
How do you guys plan to sustain the business, given that your product here is open source & already has many competitors doing similar things?
show comments
ddxv
I'd love a comparison to what's already out there. Don't vscode, antigravity, cursor etc all have agents too?
show comments
jerrygenser
This uses separate git worktrees. If we have a local dev setup involving multiple docker services, is there a recommended solution for managing those envs? I didn't see.
show comments
pplonski86
is it terminal on steroids some kind of? so you can manage mutiple coding agents? how many coding agents you can manage in parallel that it is still comfortable to work and code changes are meaningful
show comments
toddmorey
I agree with the hard part being managing state, especially environments and ports. I've never used lsof so much in my life.
Question on Remote Workspace: Can the remote machine port forward so I can use a browser to see / test current state of the app on the remote machine?
show comments
FailMore
It's nice to see people building things, but honestly I found the demo video a bit disappointing. A bit too slow, a bit too choppy, a bit hand wavy. It didn't make me grasp why I needed this in my life.
dested
Windddddddoooowwwwwssssss
brod_ie
Binding the shell <-> local git clone automatically feels like the future. Great work.
show comments
desireco42
I used Superset for quite a while until a month ago. There were some annoying issues, with freezing and terminal not being rendered how it should be. And they did repeated fixes that didn't really solve it. Since I had work to do I moved on.
I installed Zellij on my server where most of work is happening and local machine and this works well for me. There are other issues I have now, but overall flow is fairly natural to what I am doing.
I liked that they did integrate a lot of agent workflow in Superset but my experience was that it would just take too many resources and especially with glitches, it wasn't worth it continuing. I had a period where i enjoyed working in it. It is vibe coded electron app, 2GB! is too much for this kind of app.
I just updated to their new version... it supposedly imported my projects but I can't find anything... so... I guess this is it.
show comments
jimmydoe
zed , orca , /.+mux.*/ , ...
they all look incredibly / increasingly the same?
show comments
tdi
No linear integration in free version and taxing it 20$/m is a bit steep.
show comments
drcongo
The FAQ says "Superset has a free tier. The source code is available on GitHub under Elastic License 2.0 (ELv2), so you can inspect and self-host it subject to the license terms." - what is self hosting in this context, isn't it a desktop app? Is this why it wants me to sign into something? What exactly am I signing in to?
show comments
yannoninator
How does this compare to Cursor?
What happens if Cursor makes the exact same features as your product?
show comments
bobchadwick
I thought this was somehow related to Apache Superset.
I was looking exactly for something like that. I tried installing the Linux version and it runs but:
1. it's behind a login wall | 2. tries to download its own OpenCode instead of using the one installed on my machine
I also tried to create a new workspace. It asked what I want to do. I tried with "create user accounts", and it proceeded to create the git worktree (without asking for its name) and sent that prompt straight to OpenCode without allowing me to choose the LLM model.
I plaud the effort - I really do - but it doesn't really seems a great experience for now.
can you make Superset work on folders that aren't git repositories?
At first glance, it looks similar to Conductor (https://www.conductor.build/). It seems like a lot of these tools are converging on the same general ideas.
Could you share a comparison with the other tools out there?
I've been using this for the past few months, and I love it! It's built exactly around my workflow with many worktrees in various repos open at the same time, sometimes with different agents working side-by-side. Before Superset I just used terminal tabs but simply couldn't manage more than like 20 terminal tabs without losing track, so i coudn't scale further. Now i'm running probably 40-50 agent sessions over several repos simultaneously without any issues and losing track! Keep up the good work guys!
Nice. In the right track. I made something similar, but focused on local agents, but we both have issue tracking for managing multiple project and agents in parallel. It works, I think people will be surprised when they start using systems like this.
It is very different from current editors and the direction they are going in. In a way, it undermines the direction they are going. Current editors aim to make engineers 10x or 100x. These editors aim at a different target than the engineers. I will leave it to the imagination on who.
Wow - this looks like a fork of my project https://github.com/frenchie4111/harness
It's crazy to see how we have independently landed in the same place
Good luck to your project! Excited to see how our projects differ in the future
Just switched from Conductor to Superset and I'm a big fan. I really didn't like the extra stuff conductor added to the UX (the text rendering always drove me nuts).
So far so good with Superset - even as a non-engineer builder.
Why Mac only?
Also - one issue I've seen with other tools doing worktree stuff is they don't deal with merge conflicts automatically. IMO the agents should just automatically resolve conflicts & rebase on their own, is that a thing here?
Personally, IDE for the agent era is just Linux.
Kitty with oh-my-zsh, lazyvim and an agent. The entire thing is an ide. If I need to refactor, query data and interact with the system I just use native tools like rg+fastmod, bash, awk, jq... Either writing myself of asking an agent to do the heavy lifting.
Linux in the agent era is a breeze to operate and reason about, so the whole thing becomes a single development environment that's really light on resources and effective.
Why support each agent individually instead of using ACP and get much better agent coverage?
Is anyone actually using agent swarms for anything real?
I switched over to Superset from Conductor a few months ago and haven't looked back - it's really nice to be able to use the native Codex/Claude Code TUIs without any of the bloat
Can't wait to see what else you guys cook up!
How do you guys plan to sustain the business, given that your product here is open source & already has many competitors doing similar things?
I'd love a comparison to what's already out there. Don't vscode, antigravity, cursor etc all have agents too?
This uses separate git worktrees. If we have a local dev setup involving multiple docker services, is there a recommended solution for managing those envs? I didn't see.
is it terminal on steroids some kind of? so you can manage mutiple coding agents? how many coding agents you can manage in parallel that it is still comfortable to work and code changes are meaningful
I agree with the hard part being managing state, especially environments and ports. I've never used lsof so much in my life.
Question on Remote Workspace: Can the remote machine port forward so I can use a browser to see / test current state of the app on the remote machine?
It's nice to see people building things, but honestly I found the demo video a bit disappointing. A bit too slow, a bit too choppy, a bit hand wavy. It didn't make me grasp why I needed this in my life.
Windddddddoooowwwwwssssss
Binding the shell <-> local git clone automatically feels like the future. Great work.
I used Superset for quite a while until a month ago. There were some annoying issues, with freezing and terminal not being rendered how it should be. And they did repeated fixes that didn't really solve it. Since I had work to do I moved on.
I installed Zellij on my server where most of work is happening and local machine and this works well for me. There are other issues I have now, but overall flow is fairly natural to what I am doing.
I liked that they did integrate a lot of agent workflow in Superset but my experience was that it would just take too many resources and especially with glitches, it wasn't worth it continuing. I had a period where i enjoyed working in it. It is vibe coded electron app, 2GB! is too much for this kind of app.
I just updated to their new version... it supposedly imported my projects but I can't find anything... so... I guess this is it.
zed , orca , /.+mux.*/ , ...
they all look incredibly / increasingly the same?
No linear integration in free version and taxing it 20$/m is a bit steep.
The FAQ says "Superset has a free tier. The source code is available on GitHub under Elastic License 2.0 (ELv2), so you can inspect and self-host it subject to the license terms." - what is self hosting in this context, isn't it a desktop app? Is this why it wants me to sign into something? What exactly am I signing in to?
How does this compare to Cursor?
What happens if Cursor makes the exact same features as your product?
I thought this was somehow related to Apache Superset.
https://superset.apache.org/
Confusing name. Superset is already an established analytics tool.
How many "IDEs for the agentic era" do we need?
We live in this era when folks can vibecode entire startups without ever making a simple Google Search.
https://github.com/apache/superset