
Product
Introducing Repository Access Permissions and Custom Roles
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.
@midscene/computer
Advanced tools
Midscene.js Computer Desktop Automation - AI-powered desktop automation for:
See https://midscenejs.com/computer-introduction.html.
Use agentForRDPComputer():
import { agentForRDPComputer } from '@midscene/computer';
const agent = await agentForRDPComputer({
host: '10.0.0.10',
username: 'Admin',
password: 'secret',
ignoreCertificate: true,
});
When the machine running Midscene has multiple outbound routes, pass
localAddress to bind the RDP TCP connection to a specific local source IP:
const agent = await agentForRDPComputer({
host: '10.0.0.10',
username: 'Admin',
password: 'secret',
localAddress: '10.0.0.20',
ignoreCertificate: true,
});
RDP usage requires:
If you need to rebuild the native helper locally from source:
pnpm --filter @midscene/computer run build:native
Run RDP AI tests:
pnpm --filter @midscene/computer run test:ai:rdp
FAQs
Midscene.js Computer Desktop Automation
The npm package @midscene/computer receives a total of 11,018 weekly downloads. As such, @midscene/computer popularity was classified as popular.
We found that @midscene/computer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.