Compute shader usage without opening a window

Is it possible to use the compute shader without creating a window when using GLUT and GLEW? My understanding is you have to create a window using GLUT and only then can you initialize GLEW.